Statistics
RANK
104,648
                          
                          
of 300,381
                        
REPUTATION
0
                           
                        
CONTRIBUTIONS
                          3 Questions
                          1 Answer
ANSWER ACCEPTANCE 
                            66.67%
                        
VOTES RECEIVED
0
RANK
 of 20,941
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANK
of 168,477
CONTRIBUTIONS
                            0 Problems
                            0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
3 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 1 answer | 0
1
answerExport matlab workspace data to python
eng.eval('a = out.simout;',nargout=0) mpi = eng.workspace['a'] print(mpi) adding eval worked for me
4 years ago | 0
| accepted
Question
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....
4 years ago | 2 answers | 0

