matrix

2 次查看(过去 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);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by