Questions tagged [matlab]
Questions related to interoperability between Mathematica and MATLAB, or implementation of MATLAB functionality in Mathematica. This tag is NOT for pure MATLAB question.
176 questions
2 votes
1 answer
252 views
Mathematica implementation of Mason's gain formula
Mason's gain formula (MGF) is a method for finding the transfer function of a linear signal-flow graph (SFG). I'm trying to port the MATLAB code to Mathematica code, but the Mathematica code outputs ...
1 vote
1 answer
186 views
Installing MATlink
Me and ChatGPT have tried unsuccesfully for three hours to install MATlink manually from http://matlink.org/#installation I was wondering if someone succeeded recently (since it seems this is not ...
0 votes
1 answer
133 views
How can I transpose SCILAB/MATLAB code with for loop into Mathematica? [closed]
How can I transpose the following SCILAB/MATLAB code into MATHEMATICA? I took a look at similar questions, but none of them seemed to provide a solution. ...
1 vote
0 answers
70 views
Why my MATLink must execute the command `OpenMATLAB[]` twice to realize once normal `OpenMATLAB[]` command?
Problem description To use Matlab code in Mathematica I have tried to use the package MATLink. However, everytime I run the code below ...
1 vote
0 answers
240 views
Bifurcation and stability analyses of delay differential equations
Are there any packages in Mathematica for bifurcation and stability analyses of delay differential equations? For Matlab, there is a nice tool like: https://twr.cs.kuleuven.be/research/software/delay/...
3 votes
1 answer
413 views
How to convert the Mathematica matrix to MATLAB format and using MATLAB to verify the solution?
I have got the solution of the matrix system and get the solution using LinearSolve, and now I want to use MATLAB to see whether it can generate the same solution, ...
1 vote
0 answers
129 views
Matlab to Mathematica code to solve system of ODEs [closed]
I have the following system of second order non-homogeneous DEs: \begin{align} 0 &= 2 x_t - J_{\pi_t}(x_t) \frac{\epsilon - 1}{\theta} (1 + \varphi) + \frac{\partial J_{x_t}(x_t)}{\partial x_t} \...
4 votes
1 answer
309 views
How to export a matrix with complex entries having arbitrary precision from Mathematica to Matlab?
I am trying to export a large matrix with complex entires having arbitrary precision (~ roughly 200 digits after the decimal point) from Mathematica to Matlab. I have used ...