Error using fwrite : Cannot write value: sparse arrays are unsupported.

1 次查看(过去 30 天)
Is there any way to save a sparse matrix into a binary file?
I cannot convert from the sparse matrix to dense matrix because of the limitation in memory. I have to use a large sparse matrix sparse(1e5,1e5).
Thank you in advanced!

采纳的回答

Bruno Luong
Bruno Luong 2021-5-7
[i,j,v] = find(S);
then save i,j,v with fwrite

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by