I have a 30000×14000 sparse matrix in MATLAB (version 7), which I need to use in another program. Calling save won’t write this as ASCII (not supported). Calling full() on this monster results in an Out of Memory error.
How do I export it?
I have a 30000×14000 sparse matrix in MATLAB (version 7), which I need to
Share
I saved it as text using Java within MATLAB. MATLAB Code:
Here
datais an extremely large sparse matrix.