Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Accessing specific cell in cell array nested in structures

1 回表示 (過去 30 日間)
Gregory McFadden
Gregory McFadden 2016 年 10 月 18 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Here is what I have. I have a structure set up as follows
data.N(i).values where values is a 2 dimensional cell array of strings. I want to extract the string from a cell (say (5,3) for example) in values for all N(i) in the data structure and return it in a column cell array. Is there an efficient non-looping way to do that?
thanks Greg
  1 件のコメント
KSSV
KSSV 2016 年 10 月 19 日
An example will clarify things further.

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by