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!