numerical integration with variable limits for exponential matrix
12 次查看(过去 30 天)
显示 更早的评论
I am trying to find integration with variable limits and then try to plot, but i am keep on getting error
A->3x3 matrix, u->3x1 matrix
syms t tau
f=expm(A*t)*int(expm(-A*tau)*u,[0 t]);
range=1e-9:1e-9:500e-9;
ezplot(f(2),range)
in this code i am keep on getting integration issue, how it can be solve?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Calculus 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!