Show more than plot at the same time

2 ビュー (過去 30 日間)
almohanned alsufyani
almohanned alsufyani 2023 年 5 月 25 日
編集済み: Adam Danz 2023 年 5 月 26 日
I have several variables that I want to show in graphs , and I have written the code as follows :
plot(Salinity_stage_max);
ylabel("ppm")
xlabel("Days")
title("Salinity profile")
plot(PR);
ylabel("PR")
xlabel("Days")
title("Performance Ratio profile")
plot(STEC);
hold on
ylabel("Kj/Kg")
xlabel("Days")
title("Specific thermal energy consumption")
hold off
But Matlab shows only the last command of the plot, is there a way so that all the plots appear either in separate windows or in one grouped window

回答 (1 件)

Torsten
Torsten 2023 年 5 月 25 日
移動済み: Torsten 2023 年 5 月 25 日

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

タグ

製品


リリース

R2023a

Translated by