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