Integrating function of t over numerical values
古いコメントを表示
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!

採用された回答
その他の回答 (1 件)
Andrei Bobrov
2019 年 10 月 21 日
F = str2func(vectorize(FUN));
Q = integral(F,0,6);
カテゴリ
ヘルプ センター および File Exchange で Platform and License についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!