Borrar filtros
Borrar filtros

integration

1 visualización (últimos 30 días)
mouna
mouna el 18 de Mayo de 2011
hi, i have this integral: y(t)=integral(C(t)*dt)
i need to plot y=f(t) how i can do it?
thanks in advance
  1 comentario
Jan
Jan el 18 de Mayo de 2011
Use an integrator to integrate C. Then call PLOT to draw the results. Please post any details.

Iniciar sesión para comentar.

Respuestas (1)

John D'Errico
John D'Errico el 18 de Mayo de 2011
For a numeric vector, just use cumtrapz. For a symbolic function, just evaluate the integrated C(t) at a list of points to plot.
  2 comentarios
mouna
mouna el 19 de Mayo de 2011
good morning
sorry but i don't understand; i need to plot this integration in each minute so how i can do it
Ivan van der Kroon
Ivan van der Kroon el 19 de Mayo de 2011
y=cumtrapz(C);
plot(t,y)
assuming t is monospaced

Iniciar sesión para comentar.

Categorías

Más información sobre Symbolic Math Toolbox 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!

Translated by