Creating a Sparse Matrix

3 vues (au cours des 30 derniers jours)
Ahmad Hasnain
Ahmad Hasnain le 26 Fév 2019
Commenté : Ahmad Hasnain le 26 Fév 2019
I have a big matrix B and I get it by concatenating the small matrices.
B = [A1 M1 M2 Z1
M1' M2' Z2 A2];
But when I store this matrix, its size is very big and it takes up a lot of memory. I want to convert it to sparse matrix. The matrices Z1 and Z2 have all zero elements and, M1 and M2 also have a lot of zeros.
  5 commentaires
Jos (10584)
Jos (10584) le 26 Fév 2019
What do you want to do with B? In other words, do you really need to create it?
Ahmad Hasnain
Ahmad Hasnain le 26 Fév 2019
I use B in a quadratic equation. I need to multiply it with some vectors.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Sparse Matrices dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by