Conversion error while plotting

2 visualizaciones (últimos 30 días)
Charles
Charles el 17 de Jun. de 2014
Editada: Charles el 17 de Jun. de 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)

Respuesta aceptada

Youssef  Khmou
Youssef Khmou el 17 de Jun. de 2014
change the cell to vector :
y=cell2mat(y);

Más respuestas (0)

Categorías

Más información sobre Change Markers en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by