Integrating function of t over numerical values
Mostra commenti meno recenti
Has anyone ever experienced the following errors when attempting to integrate a function handle with respect to a certain variable? I followed the commands used to calculate an integral, and found myself with the following problems. Any advice would be greatly appreciated!

Risposta accettata
Più risposte (1)
Andrei Bobrov
il 21 Ott 2019
F = str2func(vectorize(FUN));
Q = integral(F,0,6);
Categorie
Scopri di più su Platform and License in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!