What is the equation for this graph?

1 visualización (últimos 30 días)
Kris
Kris el 14 de Nov. de 2014
Comentada: Kris el 14 de Nov. de 2014
Eq

Respuesta aceptada

David Sanchez
David Sanchez el 14 de Nov. de 2014
I give you the first section and you extend it along the x-axis
x = 0:0.001:0.04;
y = (800.*x-4).*(x>=0 & x<0.01) + 4.*(x>=0.01 & x<0.02) + (-400.*x+12).*(x>=0.02 & x<=0.04);
plot(x,y)
grid on
axis([0 0.04 -6 6])

Más respuestas (0)

Categorías

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