Filter löschen
Filter löschen

How do I write a sparse matrix in MATLAB

3 Ansichten (letzte 30 Tage)
Shlesha Van
Shlesha Van am 15 Dez. 2020
Kommentiert: Jan am 16 Dez. 2020
  2 Kommentare
Shlesha Van
Shlesha Van am 15 Dez. 2020
That gives solutions on how to convert a full matrix into sparse. My case is opposite. I want to convert a sparse into full

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Daniel Pollard
Daniel Pollard am 15 Dez. 2020
Bearbeitet: Daniel Pollard am 15 Dez. 2020
https://uk.mathworks.com/help/matlab/ref/full.html
  4 Kommentare
Shlesha Van
Shlesha Van am 15 Dez. 2020
Jan
Jan am 16 Dez. 2020
The first two inputs of sparse() are the size of the matrix. As the error message tells you, [2,-1,0] cannot be a valid size. See the documentation of sparse :
doc sparse

Melden Sie sich an, um zu kommentieren.


Jan
Jan am 15 Dez. 2020
You want to convert a sparse matrix into a full one? Then use the command: full().

Kategorien

Mehr zu Sparse Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by