What is computationally intensive and could lag run time in a script?
3 次查看(过去 30 天)
显示 更早的评论
I am running 10000 data points that require five multiplied matrix inversions at each step. I run several functions through structure arrays that create the matrices to be inverted.
What am I doing that is making it run slower? Could the data storage variables do it or could it be the matrix multiplication?
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!