필터 지우기
필터 지우기

Trying to get multiple graphs in one script

조회 수: 19 (최근 30일)
Georgios
Georgios 2023년 11월 14일
댓글: Georgios 2023년 12월 18일
I have to do an engineerjng exercise on MATLAB which has questions where the data changes and I have to do that in one script.Do I have to write then new data every time they change and do I add figures before or after the new data .Also is doing it with subplot easier and if you could help me by explaining it it would be very much appreciated

채택된 답변

KALYAN ACHARJYA
KALYAN ACHARJYA 2023년 11월 14일
편집: KALYAN ACHARJYA 2023년 11월 14일
If you want to display all plots in the same figure, utilize 'hold on.' For multiple sub-figures, consider using the 'subplot' function. Additionally, explore the 'titlelayout' functionalities.
Refer to the MATLAB documentation for more details.
Hope it helps!

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by