How to plot the figure using Matlab ?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have plotted the figure using Wolfram Mathematica where no knowledge of
required.
But I want to know how to draw the below figure using
?

답변 (1개)
Asad (Mehrzad) Khoddam
2020년 10월 1일
You can combine four plot commands or use four curves (lines) to plot it
for example
plot([0,1],[1,0],'r', [1,2,4,8],[0,-1,-2,-3],'k')
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!