Effacer les filtres
Effacer les filtres

Conversion error while plotting

1 vue (au cours des 30 derniers jours)
Charles
Charles le 17 Juin 2014
Modifié(e) : Charles le 17 Juin 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)

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by