Set non-zeros entries of sparse matrix
spset(sp, values)
real, complex sparse matrix
new values of non-zeros entries.
spset is used to update all non-zeros entries of sparse matrix. The size of the values array must be equal to
nnz(sp).
![]() | This function modifies the first input variable ( |
| Version | Description |
| 2026.0.0 | spset introduction. |