Conversion error while plotting

1 回表示 (過去 30 日間)
Charles
Charles 2014 年 6 月 17 日
編集済み: Charles 2014 年 6 月 17 日
EDU>> h1=plot(x,y,'ko','MarkerFaceColor','k'); Error using plot Conversion to double from cell is not possible.
Why?
(the picture shows the code as entered)

採用された回答

Youssef  Khmou
Youssef Khmou 2014 年 6 月 17 日
change the cell to vector :
y=cell2mat(y);

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeChange Markers についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by