how do i dfferentiate u with respect to t?

1 visualización (últimos 30 días)
Chukwunememma Uponi
Chukwunememma Uponi el 30 de Nov. de 2019
Editada: Walter Roberson el 30 de Nov. de 2019
mi=2290000;
mf=130000;
tb=165;
t=linspace(0,165);
mr=mi-((mi-mf)*(t/tb));
hold all
g = 9.81;
Isp=263;
u=g.*(Isp.*log(mi./mr)-t);
f1=figure;
plot (t,u, 'red')
p = cumtrapz(t,u);
f2=figure;
plot(t,p, 'blue')

Respuesta aceptada

Walter Roberson
Walter Roberson el 30 de Nov. de 2019
Editada: Walter Roberson el 30 de Nov. de 2019
gradient(u, t(2)-t(1))

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices 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