photo

Indhu Priyadharshini Govindasamy


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
251,995
of 300,364

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

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

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

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

answer

Question


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

answer

Answered
Export 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

2

answers