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
2022년 3월 8일
What is a "domain"?
Abdulla Asif
2022년 3월 8일
Jan
2022년 3월 9일
Then does my answer solve the problem already?
답변 (1개)
This opens 2 figures and draws 2 diagrams:
figure;
plot(1:10, rand(1,10));
figure;
plot(11:20, rand(1,10));
카테고리
도움말 센터 및 File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!