Convert Cell to Number for Plotting
    5 ビュー (過去 30 日間)
  
       古いコメントを表示
    
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
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
				Help Center および File Exchange で Data Type Conversion についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!