필터 지우기
필터 지우기

command for specifying markerfacecolour and marker size

조회 수: 1 (최근 30일)
Augustine Onafeko
Augustine Onafeko 2015년 4월 7일
Hi i am trying to use the command below to create a graph with a red solid line, that has circular markers which have a face colour green and a size of 4.
plot(t,c,'-or','markerfacecolor','g','markersize','4)
where t is (0:1:60) and c=c0*exp((-r/v)*t), r,v and c0 are all defined
However i am receiving the error. "error using plot, value must be numeric"
Any help with understanding the reason for this error would be appreciated.
thanks

답변 (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