Integrating Array-valued functions with MaxIntervalCount parameter
2 次查看(过去 30 天)
显示 更早的评论
Hi there! In my current project I calculate some quantity which is an integral of each component of some tensor. Well, I can do this using for-loop going through every component one by one OR using integral() function with 'ArrayValued' parameter and I noticed that the second variant is much faster. The problem is that integral() function does not have 'MaxIntervalCount' parameter. The question is: is there some function that has both of them or no?
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!