フィルターのクリア

How to convert cell array to double array

65 ビュー (過去 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 Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by