How do I multiply a given function handle with the independent variable?
이전 댓글 표시
I have pre-defined n number of function handles f_{i} which are functions of t for i = 1 to n. How do I define a new function g_{i} = t.f_{i} and then evaluate the integral of each g_{i} from t=0 to 1?
채택된 답변
추가 답변 (1개)
埃博拉酱
2023년 4월 3일
0 개 추천
Use symfun and int in Symbolic Math Toolbox if you want to do integrals.
카테고리
도움말 센터 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!