How to plot the figure using Matlab ?
古いコメントを表示
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')
カテゴリ
ヘルプ センター および 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!