simple question regarding ezplot

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

 采纳的回答

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

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 App Building 的更多信息

产品

版本

R2018a

标签

Community Treasure Hunt

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

Start Hunting!

Translated by