Color plotting of a plot

1 vue (au cours des 30 derniers jours)
Luffy
Luffy le 3 Juil 2012
Hi everyone,
I can plot curve with a color of my wish(red) as
plot(sind(1:360),'red');
and this works
If i want to do it through a variable like,
a = char(red);
this does not work,
plot(sind(1:360),'',a,'');
Please help
  1 commentaire
Luffy
Luffy le 3 Juil 2012
Can anybody help me

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 3 Juil 2012
a = 'red';
plot(sind(1:360),a);

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by