How to convert cell array to double array

조회 수: 58 (최근 30일)
Kanakaiah Jakkula
Kanakaiah Jakkula 2017년 5월 11일
편집: KL 2017년 5월 11일
Hi, I have below cell array of numeric values, I want to convert them into double array Input:
{'1' '2'
'3' '5'
'6' '10'
'12' '11'}
Many thanks in advance,

채택된 답변

KL
KL 2017년 5월 11일
편집: KL 2017년 5월 11일
str2double(YourCellArray)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by