simple question regarding ezplot
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Eliraz Nahum
el 22 de Sept. de 2018
Respondida: Star Strider
el 22 de Sept. de 2018
hey why explot( , ,'r') doesn't work? I want the graph to be with a red color.
0 comentarios
Respuesta aceptada
Star Strider
el 22 de Sept. de 2018
You have to set it after the plot:
eh = ezplot(f);
set(eh, 'Color','r')
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Particle & Nuclear Physics en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!