hey why explot( , ,'r') doesn't work? I want the graph to be with a red color.

 채택된 답변

Star Strider
Star Strider 2018년 9월 22일

0 개 추천

You have to set it after the plot:
eh = ezplot(f);
set(eh, 'Color','r')

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 App Building에 대해 자세히 알아보기

제품

릴리스

R2018a

태그

질문:

2018년 9월 22일

답변:

2018년 9월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by