필터 지우기
필터 지우기

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 CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by