How to plot the figure using Matlab ?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Asad (Mehrzad) Khoddam
le 1 Oct 2020
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')
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!