matrix

2 views (last 30 days)
Jw
Jw on 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

Accepted Answer

Chandra Kurniawan
Chandra Kurniawan on 10 Jan 2012
x=data(:,880:end);
  1 Comment
Jw
Jw on 10 Jan 2012
thank you

Sign in to comment.

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!