Where does the output of Simulink "To workspace" blocks go when the project is deployed?
2 views (last 30 days)
Show older comments
I'm running a simulink model on a Raspberry Pi. This model returns some results that I send to Matlab (out of Simulink) using "To Workspace" blocks. I am trying to make it standalone (to make it faster) by clicking on the "Deploy to Hardware" button. When I do so, where can I find the results I was previously sending to Matlab workspace?
Thanks a lot in advance!!
0 Comments
Answers (1)
Divya Yerraguntla
on 17 Mar 2020
Hi Daniel,
Have a look at this link : https://in.mathworks.com/help/supportpkg/rtlsdrradio/ug/run-model-in-external-mode.html
This logs the data from the 'To Workspace' block to MATLAB workspace.
Hope it helps!
0 Comments
See Also
Categories
Find more on Run on Target Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!