필터 지우기
필터 지우기

simple question regarding ezplot

조회 수: 1 (최근 30일)
Eliraz Nahum
Eliraz Nahum 2018년 9월 22일
답변: Star Strider 2018년 9월 22일
hey why explot( , ,'r') doesn't work? I want the graph to be with a red color.

채택된 답변

Star Strider
Star Strider 2018년 9월 22일
You have to set it after the plot:
eh = ezplot(f);
set(eh, 'Color','r')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Graph and Network Algorithms에 대해 자세히 알아보기

태그

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by