Prev: FFT Scale Factor
Next: how to use textscan in a for loop with header lines increasing at each iteration
From: dpb on 1 Mar 2010 13:29 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. -- |