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 ?
2 件のコメント
回答 (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!