How to improve performance of sparse matrix indexing in Matlab?
2 次查看(过去 30 天)
显示 更早的评论
I have a big sparse matrix and it takes lot of time to execute the whole code.
1 个评论
Steven Lord
2016-3-1
How big is "big sparse matrix"?
How sparse is it -- what percentage of the elements are nonzero?
What are you doing with this sparse matrix?
Are you certain that the sparse matrix indexing is the bottleneck of your code?
With the answers to these questions we have a chance at offering potential improvements to the code.
回答(1 个)
Nana August
2016-3-1
Sparse matrix always need a lot memory in Matlab, maybe you can try Visual C++.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!