필터 지우기
필터 지우기

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 CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by