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!