フィルターのクリア

matrix

1 回表示 (過去 30 日間)
Jw
Jw 2012 年 1 月 10 日
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

採用された回答

Chandra Kurniawan
Chandra Kurniawan 2012 年 1 月 10 日
x=data(:,880:end);
  1 件のコメント
Jw
Jw 2012 年 1 月 10 日
thank you

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by