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 CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by