From: dpb on
singlepoint wrote:
> Hey guys,
> I have to output selected number of rows of a sparse matrix (full
> sparse matrix) to a file?
....
Assuming the subset isn't absolutely humongous, simply save the subset
w/ full() and write it.

--