필터 지우기
필터 지우기

How to improve performance of sparse matrix indexing in Matlab?

조회 수: 1 (최근 30일)
Shubham Maurya
Shubham Maurya 2016년 3월 1일
댓글: Steven Lord 2016년 3월 1일
I have a big sparse matrix and it takes lot of time to execute the whole code.
  댓글 수: 1
Steven Lord
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
Nana August 2016년 3월 1일
Sparse matrix always need a lot memory in Matlab, maybe you can try Visual C++.

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by