csvwrite('filename',M)csvwrite('filename',M,r,c)
csvwrite('filename',M) writes the matrix M into a file of values separated by commas.
csvwrite('filename',M,r,c) starts at the row-column location of M specified by (r,c).
csvread
(c) Copyright 1994 by The MathWorks, Inc.