To read a cell array

2 次查看(过去 30 天)
sarfudeen
sarfudeen 2013-3-29
To read a particular column of a cell array using the position of header name.

回答(1 个)

Azzi Abdelmalek
Azzi Abdelmalek 2013-3-29
Example
A=num2cell(magic(5))
Col=3
A(:,col)
  17 个评论
Azzi Abdelmalek
Azzi Abdelmalek 2013-3-29
编辑:Azzi Abdelmalek 2013-3-29
In windows command type
whos meas
what did you get?
sarfudeen
sarfudeen 2013-3-29
Name = meas Size = 720x60 Bytes = 3112252 Class = cell Attributes =

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by