フィルターのクリア

simple question regarding ezplot

2 ビュー (過去 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 Center および File ExchangeGraph 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