accessing data from cell arrays

I have cell A which is 1x2 in size. Each entry in the cell is a double with different sizes. Am I able to access the entries from A alone?
For example: A{1,2} (refers to the second matrix in cell A), but I want to access only the fifth column, for example.

 採用された回答

madhan ravi
madhan ravi 2018 年 11 月 9 日
編集済み: madhan ravi 2018 年 11 月 9 日

0 投票

A{1,2}(:,5)

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeData Types についてさらに検索

タグ

質問済み:

cgo
2018 年 11 月 9 日

編集済み:

2018 年 11 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by