how may i change the marker color

20 visualizaciones (últimos 30 días)
Ihaveaquest
Ihaveaquest el 24 de Ag. de 2022
Comentada: Ihaveaquest el 29 de Ag. de 2022
plot(frequency(41),value(:,1), LineStyle, 'r')
I am trying to change the color if this plot but I am getting an error.
  4 comentarios
Voss
Voss el 24 de Ag. de 2022
Is the error you get, "Undefined function or variable 'LineStyle'."?
Ihaveaquest
Ihaveaquest el 29 de Ag. de 2022
no the error is not do to the Linestyle i revomed that ans it was do to the 'r'

Iniciar sesión para comentar.

Respuestas (1)

Cris LaPierre
Cris LaPierre el 24 de Ag. de 2022
  2 comentarios
Ihaveaquest
Ihaveaquest el 24 de Ag. de 2022
i tried most of the examples that this page show and is not working.
Cris LaPierre
Cris LaPierre el 24 de Ag. de 2022
Hard to help without seeing the code you have written. Could you share?
What did not work about this example?
x = 0:pi/10:2*pi;
y1 = sin(x);
y2 = sin(x-0.25);
y3 = sin(x-0.5);
figure
plot(x,y1,'g',x,y2,'b--o',x,y3,'c*')

Iniciar sesión para comentar.

Categorías

Más información sobre Line 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