Plot 2d line from matrix data

Hey,
I have 2d matrix data (100X2) and I want to plot line from it.
For example: each row is one point, (1,1) = X & (1,2) = Y. From all those 100 points I want to draw a line.
10x,
Itay

 Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 6 de Mzo. de 2013
Editada: Azzi Abdelmalek el 6 de Mzo. de 2013

1 voto

plot(A(:,1),A(:,2))
Example
A=[1:100;rand(1,100)]'
plot(A(:,1),A(:,2))

3 comentarios

Italy
Italy el 6 de Mzo. de 2013
10x
Jan
Jan el 6 de Mzo. de 2013
What does "10x" mean?
Rozh Al-Mashhdi
Rozh Al-Mashhdi el 7 de En. de 2018
I think 10x is some slang/shorthand for "thanks" (tenx)

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Etiquetas

Preguntada:

el 6 de Mzo. de 2013

Comentada:

el 7 de En. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by