Borrar filtros
Borrar filtros

plotting the data

1 visualización (últimos 30 días)
Villanova
Villanova el 1 de Oct. de 2011
Hi. If you plot this x = [6 8 9]; y = [2 5 9]; plot(x,y)
you get more like a curve. I was wondering how you can only plot only the data points instead. Thanks

Respuesta aceptada

the cyclist
the cyclist el 1 de Oct. de 2011
>> plot(x,y,'.')
"doc plot" for details.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by