matrix

4 visualizzazioni (ultimi 30 giorni)
Jw
Jw il 10 Gen 2012
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

Risposta accettata

Chandra Kurniawan
Chandra Kurniawan il 10 Gen 2012
x=data(:,880:end);
  1 Commento
Jw
Jw il 10 Gen 2012
thank you

Accedi per commentare.

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by