draw this figures using matlab code

5 vues (au cours des 30 derniers jours)
Manar Gbaily
Manar Gbaily le 23 Déc 2020
Commenté : Walter Roberson le 23 Déc 2020

please help me to draw this figures with matlab codes an thanks

  2 commentaires
Ive J
Ive J le 23 Déc 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
Walter Roberson le 23 Déc 2020
Are you expected to compute the data points, or are you given them?

Connectez-vous pour commenter.

Réponses (1)

Doddy Kastanya
Doddy Kastanya le 23 Déc 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.

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by