draw this figures using matlab code

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

2 comentarios

Ive J
Ive J el 23 de Dic. de 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 el 23 de Dic. de 2020
Are you expected to compute the data points, or are you given them?

Iniciar sesión para comentar.

Respuestas (1)

Doddy Kastanya
Doddy Kastanya el 23 de Dic. de 2020

0 votos

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.

Categorías

Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 23 de Dic. de 2020

Comentada:

el 23 de Dic. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by