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

 Réponse acceptée

Star Strider
Star Strider le 22 Sep 2018

0 votes

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

Plus de réponses (0)

Catégories

En savoir plus sur App Building dans Centre d'aide et File Exchange

Produits

Version

R2018a

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by