Change variable Name of "To Workspace"
24 views (last 30 days)
Show older comments
Stephan Karelly
on 19 Jun 2020
Commented: Muhammad Ahmad
on 14 Mar 2024
Hello there, so i'm doing my first ever Simulink Project and im having multiple Systems in one file.
Since im giving multible variables back to Mathlab i tried to change the variable names of "To Workspace" , but that works only partially. There is the prefix "out." that i cannot change. So it's out.variable1. Which leads to Matlab saving all outputs into the same Variable "out" and making it unsusable for me.
I'm sure there is a way to solve that but i can't find it.
0 Comments
Accepted Answer
Sara Nadeau
on 19 Jun 2020
I believe you may be seeing the effect of some model configuration parameters at work. In the model configuration parameters, check to see whether Single simulation output is checked.
If you do not want all your data returned in one variable, you can clear this option. If you're ok with the single simulation output, you can also change the name used for the default variable in the model configuration parameters.
2 Comments
More Answers (0)
See Also
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!