Color plotting of a plot

1 visualización (últimos 30 días)
Luffy
Luffy el 3 de Jul. de 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 comentario
Luffy
Luffy el 3 de Jul. de 2012
Can anybody help me

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 3 de Jul. de 2012
a = 'red';
plot(sind(1:360),a);

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by