How to storage many results to plot them

3 次查看(过去 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.

回答(1 个)

Esha Chakraborty
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.

类别

Help CenterFile Exchange 中查找有关 Simulink Functions 的更多信息

产品


版本

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by