フィルターのクリア

Accessing elements of a 3-D cell array

5 ビュー (過去 30 日間)
Zeeshan Ahmad Khan
Zeeshan Ahmad Khan 2019 年 2 月 20 日
回答済み: Adam 2019 年 2 月 20 日
I have a 3-D cell array with dimensions 2x1000x98. Each element in the cell array being a matrix.
I can understand the indexing being 2 rows, 1000 coloumns and 98 pages.
For example, I want to view the contents of first coloumn on page 98.
How do i achieve this, i tried a couple of ways but no success yet.
Any leads would be appreciated.

採用された回答

Adam
Adam 2019 年 2 月 20 日
myCell{ :, 1, 98 }

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by