필터 지우기
필터 지우기

how to convert cell to matrix

조회 수: 1 (최근 30일)
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran 2013년 3월 23일
how to convert cell to matrix

답변 (1개)

Youssef  Khmou
Youssef Khmou 2013년 3월 23일
hi,
try cell2mat :
M=cell(4);
M{1}=4;
P=cell2mat(M),

카테고리

Help CenterFile Exchange에서 Data Type Conversion에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by