matrix

1 Ansicht (letzte 30 Tage)
Jw
Jw am 10 Jan. 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

Akzeptierte Antwort

Chandra Kurniawan
Chandra Kurniawan am 10 Jan. 2012
x=data(:,880:end);
  1 Kommentar
Jw
Jw am 10 Jan. 2012
thank you

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by