Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Accessing specific cell in cell array nested in structures
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!