how to convert cell to matrix

답변 (1개)

Youssef  Khmou
Youssef Khmou 2013년 3월 23일

0 개 추천

hi,
try cell2mat :
M=cell(4);
M{1}=4;
P=cell2mat(M),

카테고리

도움말 센터File Exchange에서 Data Type Conversion에 대해 자세히 알아보기

제품

태그

질문:

2013년 3월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by