Trying to get multiple graphs in one script

101 ビュー (過去 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!
  1 件のコメント
Georgios
Georgios 2023 年 12 月 18 日
it does thanks a lot

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-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