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)

 Akzeptierte Antwort

Youssef  Khmou
Youssef Khmou am 17 Jun. 2014

0 Stimmen

change the cell to vector :
y=cell2mat(y);

Weitere Antworten (0)

Kategorien

Tags

Gefragt:

am 17 Jun. 2014

Bearbeitet:

am 17 Jun. 2014

Community Treasure Hunt

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

Start Hunting!

Translated by