how to convert cell to matrix
이전 댓글 표시
답변 (1개)
Youssef Khmou
2013년 3월 23일
hi,
try cell2mat :
M=cell(4);
M{1}=4;
P=cell2mat(M),
카테고리
도움말 센터 및 File Exchange에서 Data Type Conversion에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!