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일

0 개 추천

x=data(:,880:end);

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Octave에 대해 자세히 알아보기

태그

질문:

Jw
2012년 1월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by