How can i send data to M-File with Simulink?
Show older comments
I ask similar question before that. It was " How do i send file to Simulink with M-file?" I could do that with Constant block and set_param(mdl/Constant,'Value', 'Pts') in M-File, it is working perfectly. In Simulink; i have a variable in changing with real-time, i saved the data in Goto block. But; "Goto" block hasn't "value" parameter and couldn't sending the data to M-File with get_param command. How can i send the data?
Note: It is important that variable is changing with real-time. Therefore "simout" isn't working in real-time cause of being in structure or array type.
Accepted Answer
More Answers (0)
Categories
Find more on Simulink Coder 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!