simple question regarding ezplot

1 次查看(过去 30 天)
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