draw this figures using matlab code
Show older comments
please help me to draw this figures with matlab codes an thanks
2 Comments
Ive J
on 23 Dec 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--')
Walter Roberson
on 23 Dec 2020
Are you expected to compute the data points, or are you given them?
Answers (1)
Doddy Kastanya
on 23 Dec 2020
0 votes
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.
Categories
Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!