wk1write

Purpose

Write a matrix to a Lotus123 WK1 spreadsheet file.

Synopsis

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

Description

wk1write('filename',M) writes the matrix M into a Lotus123 WK1 spreadsheet file named filename.

wk1write('filename',M,r,c) starts at the row-column location of M specified by (r,c).

See Also

wk1read

(c) Copyright 1994 by The MathWorks, Inc.