Está en la página 1de 1

Ejercicio N° 04

1.-clc
2.-clear
3.-set(ezplot('y=5-5*t+2*t.^2-5*exp(-t)',[-20,20,-20,20]),'color','r')
4.-hold on
5.-set(ezplot('x=-4+5*t-2*t.^2+(t.^3/3)+5*exp(-t)',[-20,20,-20,20]),'color','b')
6.-set(title('GRÁFICO DE LAS ECUACIONES "X","Y" EN FUNCIÓN DEL TIEMPO'),'color','g')

GR FICO DE LAS ECUACIONES "X","Y" EN FUNCI N DEL TIEMPO


20

15

10

0
x

-5

-10

-15

-20
-20 -15 -10 -5 0 5 10 15 20
t

También podría gustarte