Is it possible to increase solving time ?
显示 更早的评论
I am doing nowadays a project in which there are many matrix calculations etc. therefore the solving time is relative long ?
Is it possible to decrease solving time by doing sth ? increasing ram usage or anything else ?
采纳的回答
更多回答(2 个)
Karthik Karri
2014-3-5
0 个投票
The time taken depends upon the number of loops used in the code. Try to decrease the number of loops in the code. so if you doing any calculation element wise, try to avoid it and instead consider it as a set of 1D arrays . This is more generalized answer but it will depend on the objective of your code.
类别
在 帮助中心 和 File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!