DATA POINT in vertical direction

Ηi friends i have a matrix from a few of points i want to plot this data in parallel with y direction only.
thank you

3 comentarios

Geoff Hayes
Geoff Hayes el 21 de Mzo. de 2018
Editada: Geoff Hayes el 21 de Mzo. de 2018
George - can you provide an example of your data? If you have
y = [1 2 3 4 5];
then do you want to plot as
x = repmat(2,size(y)); % example only, plotting at x=2
plot(x,y);
Please clarify.
george veropoulos
george veropoulos el 21 de Mzo. de 2018
thank you your example id good i have an other question how i can put points not a Continuous line ?
Try:
plot(x,y,'ro')

Iniciar sesión para comentar.

Respuestas (1)

Categorías

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

Etiquetas

Preguntada:

el 21 de Mzo. de 2018

Respondida:

el 21 de Mzo. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by