csvwrite

Purpose

Write a file of comma separated values from a matrix.

Synopsis

csvwrite('filename',M)
csvwrite('filename',M,r,c)

Description

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).

See Also

csvread

(c) Copyright 1994 by The MathWorks, Inc.