How to storage many results to plot them
4 次查看(过去 30 天)
显示 更早的评论
Hello. I'm working on modelling a condenser with simulink and ı have to change some parameters with minimum 4 or 5 values. While matlab solving them with various values for some parameters ı want it also storage it and then plot them. If i add if and else it will be so much job for me so ı want to make it easier.
0 个评论
回答(1 个)
Esha Chakraborty
2022-4-5
Hi Suleyman,
I understand that you want to store multiple values in a single variable and plot them all together.
You can use he method of indexing to store mutiple multiple values in a single variable and plot them all together. You can refer to the following example which has answer to a similar case:
If you want to plot multiple such variables that contain more than one value stored in them, in one single graph, then you can use 'hold' command to do the same. You can find more details to the 'hold' command here.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!