define a function in terms of an integral with variable limits
8 views (last 30 days)
Show older comments
Barbara Margolius
on 30 Jan 2023
Commented: Barbara Margolius
on 31 Jan 2023
I have defined a function of two variables, say f(u,t), and would like to define a function g(t)=@(t)integral(f(u,t),u,[t-1,t]). How would I do this?
0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!