Azzera filtri
Azzera filtri

Conversion error while plotting

1 visualizzazione (ultimi 30 giorni)
Charles
Charles il 17 Giu 2014
Modificato: Charles il 17 Giu 2014
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)

Risposta accettata

Youssef  Khmou
Youssef Khmou il 17 Giu 2014
change the cell to vector :
y=cell2mat(y);

Più risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by