integration
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
Jan
le 18 Mai 2011
Use an integrator to integrate C. Then call PLOT to draw the results. Please post any details.
Réponses (1)
John D'Errico
le 18 Mai 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 commentaires
Voir également
Catégories
En savoir plus sur Calculus dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!