plotting graphs in different figures with different domains

I have 4 different funcitions I need to plot but I need to plot them in their own figures and they all have their own domains. I don't know what to do. I can plot them on their own but how do plot them in their own figuures and what do I do about the domain? I really need help please

3 件のコメント

Jan
Jan 2022 年 3 月 8 日
What is a "domain"?
Abdulla Asif
Abdulla Asif 2022 年 3 月 8 日
the domain is all the x-values of the graph, basically the x interval in which you want to plot the graph
Jan
Jan 2022 年 3 月 9 日
Then does my answer solve the problem already?

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

回答 (1 件)

Jan
Jan 2022 年 3 月 8 日
編集済み: Jan 2022 年 3 月 9 日

0 投票

This opens 2 figures and draws 2 diagrams:
figure;
plot(1:10, rand(1,10));
figure;
plot(11:20, rand(1,10));

カテゴリ

ヘルプ センター および File Exchange2-D and 3-D Plots についてさらに検索

製品

タグ

質問済み:

2022 年 3 月 8 日

コメント済み:

Jan
2022 年 3 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by