Skip to main content

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.

2 votes
1 answer
253 views

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 ...
Ahamad's user avatar
  • 1
2 votes
0 answers
46 views

session = StartExternalSession["Python"] starts a python session on the local machine. ...
StackExchanger's user avatar
1 vote
1 answer
187 views

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 ...
florin's user avatar
  • 2,380
2 votes
1 answer
248 views

Hopefully this is a simple problem. When I export, in mathematica, saving the variable: linearArrayVariable to a file on disk called ...
Tom Mozdzen's user avatar
0 votes
1 answer
134 views

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. ...
Pascal77's user avatar
2 votes
1 answer
151 views

I want to add Greek letters to the ToMatlab package. The most recent publicly available version I found is here. There is a section on symbols starting on line 242. I tried adding a line ...
Roy's user avatar
  • 111
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
169 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
1 vote
0 answers
240 views

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/...
user avatar
6 votes
2 answers
826 views

I don't quite understand the process of solving differential equations by MATLAB. It seems that it doesn't need the explicit function to specify the required solution, but only needs to input the ...
mozeq's user avatar
  • 295
3 votes
1 answer
416 views

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, ...
dcydhb's user avatar
  • 793
6 votes
1 answer
2k views

The quasi-one-dimensional model describing the flow of compressible gas in rocket nozzles is very common. The corresponding equations have a divergent non dimensional form $ \frac{\partial \mathbf{U}}...
Alex Trounev's user avatar
  • 52.2k
1 vote
0 answers
129 views

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} \...
NC520's user avatar
  • 479
3 votes
2 answers
390 views

Matlab has a function called planerot which takes a two-component column vector $x$ as input and returns a $2 \times 2$ matrix $G$ and a two component column vector ...
noir1993's user avatar
  • 314
4 votes
1 answer
310 views

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 ...
noir1993's user avatar
  • 314

15 30 50 per page
1
2 3 4 5
12