draw this figures using matlab code
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
please help me to draw this figures with matlab codes an thanks
2 Kommentare
Ive J
am 23 Dez. 2020
These are pretty simple and basic plots, what have you tried so far?
doc plot
doc line
plot(1:10, sqrt(1:10), 'o--')
Antworten (1)
Doddy Kastanya
am 23 Dez. 2020
The plots seem to be very straight forward to generate. You might want to try "help plot" to see various options to plot the data.
0 Kommentare
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!