To read a cell array

2 Ansichten (letzte 30 Tage)
sarfudeen
sarfudeen am 29 Mär. 2013
To read a particular column of a cell array using the position of header name.

Antworten (1)

Azzi Abdelmalek
Azzi Abdelmalek am 29 Mär. 2013
Example
A=num2cell(magic(5))
Col=3
A(:,col)
  17 Kommentare
Azzi Abdelmalek
Azzi Abdelmalek am 29 Mär. 2013
Bearbeitet: Azzi Abdelmalek am 29 Mär. 2013
In windows command type
whos meas
what did you get?
sarfudeen
sarfudeen am 29 Mär. 2013
Name = meas Size = 720x60 Bytes = 3112252 Class = cell Attributes =

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by