To read a cell array

2 views (last 30 days)
sarfudeen
sarfudeen on 29 Mar 2013
To read a particular column of a cell array using the position of header name.

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 29 Mar 2013
Example
A=num2cell(magic(5))
Col=3
A(:,col)
  17 Comments
Azzi Abdelmalek
Azzi Abdelmalek on 29 Mar 2013
Edited: Azzi Abdelmalek on 29 Mar 2013
In windows command type
whos meas
what did you get?
sarfudeen
sarfudeen on 29 Mar 2013
Name = meas Size = 720x60 Bytes = 3112252 Class = cell Attributes =

Sign in to comment.

Categories

Find more on Programming in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!