Effacer les filtres
Effacer les filtres

Show more than plot at the same time

1 vue (au cours des 30 derniers jours)
almohanned alsufyani
almohanned alsufyani le 25 Mai 2023
Modifié(e) : Adam Danz le 26 Mai 2023
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

Réponses (1)

Torsten
Torsten le 25 Mai 2023
Déplacé(e) : Torsten le 25 Mai 2023

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Produits


Version

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by