To read a cell array

3 ビュー (過去 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 Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by