フィルターのクリア

Convert Cell to Number for Plotting

5 ビュー (過去 30 日間)
Amanda
Amanda 2013 年 4 月 24 日
I have 2 cell arrays of data that I'm trying to convert to a numerical value and plot. The cell array output is:
a = '1'
'2'
'3'
b = '1'
'2'
'3'
plot(a,b)
I have tried cell2mat but I received an error.
Thanks, Amanda

採用された回答

Jonathan Sullivan
Jonathan Sullivan 2013 年 4 月 24 日
help str2double
doc str2double
  1 件のコメント
Amanda
Amanda 2013 年 4 月 24 日
That works. Thanks.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Type Conversion についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by