Borrar filtros
Borrar filtros

How to improve performance of sparse matrix indexing in Matlab?

1 visualización (últimos 30 días)
Shubham Maurya
Shubham Maurya el 1 de Mzo. de 2016
Comentada: Steven Lord el 1 de Mzo. de 2016
I have a big sparse matrix and it takes lot of time to execute the whole code.
  1 comentario
Steven Lord
Steven Lord el 1 de Mzo. de 2016
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.

Iniciar sesión para comentar.

Respuestas (1)

Nana August
Nana August el 1 de Mzo. de 2016
Sparse matrix always need a lot memory in Matlab, maybe you can try Visual C++.

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by