matrix

I have loaded in a 5x11827 matrix. How to i assign the data from 880 column onwards to a variable x??
x=data(:,880);
i am getting only the 880th column data

 Respuesta aceptada

Chandra Kurniawan
Chandra Kurniawan el 10 de En. de 2012

0 votos

x=data(:,880:end);

Más respuestas (0)

Categorías

Etiquetas

Preguntada:

Jw
el 10 de En. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by