Skip to main content

Questions tagged [interoperability]

For questions on interfacing or getting Mathematica to work together with other software or technologies.

7 votes
1 answer
309 views

How to use FORM together with Mathematica? What configuration steps should I do? Any guide is appreciated.
Ahamad's user avatar
  • 1
0 votes
0 answers
86 views

I am trying to register an external installation of Python 3.13 to be usable through ExternalEvaluate in Mathematica v14. After running FindExternalEvaluators["Python"], I can see the ...
user107868's user avatar
2 votes
0 answers
137 views

I am trying to use a custom trilinear interpolation written in C in Mathematica (Windows). This is the code I start with: ...
John Taylor's user avatar
  • 6,063
14 votes
3 answers
518 views

I have an external c-function I need to call, and I wish to use ForeignFunctionLoad. The c-function, foo, takes as an argument a reference to a struct, for example: ...
Stefan Gillessen's user avatar
5 votes
0 answers
157 views

It's a bit surprising to me that no one asks about this so far, so let me step up :) . In version 13.3, an EXPERIMENTAL Foreign Function Interface has been introduced. I'm by no means a C expert, but ...
xzczd's user avatar
  • 71.5k
1 vote
0 answers
70 views

Problem description To use Matlab code in Mathematica I have tried to use the package MATLink. However, everytime I run the code below ...
narip's user avatar
  • 521
4 votes
1 answer
168 views

Problem description I've written a function in Matlab as follows: function z = testfuncadd(x,y) z = x + y; end I want to use this function within Mathematica ...
narip's user avatar
  • 521
2 votes
0 answers
214 views

How do I set up Mathematica to use the commercial Gurobi optimizer? Mathematica should be able to use it, as the Method -> "Gurobi" option exists for ...
István Zachar's user avatar
2 votes
1 answer
115 views

Question The system clipboard can contain image data and text data (and a plethora of other types). Mathematica copies different expressions as different types of data; copy ...
Adam's user avatar
  • 4,293
1 vote
1 answer
206 views

Z3 has bindings for various programming languages, e.g., C, C++, Java, Python, and so on. Are there any for Mathematica? Or how to implement one?
hengxin's user avatar
  • 860
3 votes
1 answer
104 views

I noticed that when the response length passes around 1k characters then it is cut at weird lengths: 424, 936 or 1448 characters. Response is generated correctly but then it is cut so if the body was ...
Kuba's user avatar
  • 139k
1 vote
0 answers
101 views

I have the following simple function in test.wls file x = ToExpression[$ScriptCommandLine[[2]]] y = ToExpression[$ScriptCommandLine[[3]]] z = x+y Print[z] I call ...
Ahmed Abdullah's user avatar
7 votes
2 answers
771 views

Mathematica has a way of integrating with Julia, and automatically convert Julia outputs into Mathematica objects (Julia seems to have nice support for low-rank approximation). What is the best way to ...
Yaroslav Bulatov's user avatar
1 vote
0 answers
416 views

I would like to begin by congratulating IGraphM on the release of its current update (M 0.6.1). This package makes graph calculations on Mathematica much smoother. The specifics are available at the ...
licheng's user avatar
  • 2,293
1 vote
0 answers
136 views

I have just installed 13.1.0.0 and have been copying bitmaps (ListLinePlot) from notebooks (Edit->CopyAs->Bitmap) into various MS applications in Windows 10. ...
OpticsMan's user avatar
  • 586

15 30 50 per page
1
2 3 4 5
17