Indhu Priyadharshini Govindasamy
Followers: 0 Following: 0
Feeds
提问
send data to workspace without using mxArray
I want to send data to the matlab workspace using matlab engine api for C? but without using mxArray and also i dont want to us...
2 years 前 | 1 个回答 | 0
1
个回答提问
Run Simulink Simulation from using Matlab Engine API for C
Could any one help to run simulink model in C using Engine API? I found the link for C++ https://in.mathworks.com/help/matlab...
3 years 前 | 1 个回答 | 0
1
个回答已回答
Export matlab workspace data to python
eng.eval('a = out.simout;',nargout=0) mpi = eng.workspace['a'] print(mpi) adding eval worked for me
Export matlab workspace data to python
eng.eval('a = out.simout;',nargout=0) mpi = eng.workspace['a'] print(mpi) adding eval worked for me
3 years 前 | 0
| 已接受
提问
Export matlab workspace data to python
i want to export matlab workspace data to python and plot the graph in python eng.sim("add.slx") myVar = eng.workspace["out....
3 years 前 | 2 个回答 | 0