Community Profile

photo

Indhu Priyadharshini Govindasamy


Last seen: 12ヶ月 前 2021 年からアクティブ

Statistics

  • Thankful Level 1
  • First Answer

バッジを表示

Content Feed

表示方法

質問


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...

約1年 前 | 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...

約1年 前 | 1 件の回答 | 0

1

回答

回答済み
Why do I get the error "Unrecognized function or variable"?
Hello @Walter Roberson, I am trying to call matlab workspace variable in python using matlab engine API method one eng.eval...

1年以上 前 | 0

回答済み
Export matlab workspace data to python
eng.eval('a = out.simout;',nargout=0) mpi = eng.workspace['a'] print(mpi) adding eval worked for me

1年以上 前 | 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....

1年以上 前 | 2 件の回答 | 0

2

回答