필터 지우기
필터 지우기

How to store cell array inside a cell array?

조회 수: 10 (최근 30일)
AKSHAY VARSHNEY
AKSHAY VARSHNEY 2018년 7월 30일
댓글: AKSHAY VARSHNEY 2018년 7월 30일
I have a cell array of 1,32 so i store in c=cell(1,32) now i want to store another cell of size 1,3 in each cells and cell element of c will be just like c{1} will have a size of 1*3 cell and c{1}{1} will be double. please help me to initialize this. c=cell(1,32); maybe like this but second line contains errors please guide me. c{1,1:32}=cell(1,3);

채택된 답변

Stephen23
Stephen23 2018년 7월 30일
편집: Stephen23 2018년 7월 30일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by