Borrar filtros
Borrar filtros

simple question regarding ezplot

1 visualización (últimos 30 días)
Eliraz Nahum
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.

Respuesta aceptada

Star Strider
Star Strider el 22 de Sept. de 2018
You have to set it after the plot:
eh = ezplot(f);
set(eh, 'Color','r')

Más respuestas (0)

Categorías

Más información sobre Graph and Network Algorithms en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by