MATLAB Function Reference Previous page   Next Page
wk1write

Write matrix to Lotus123 WK1 spreadsheet file

Syntax

Description

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

wk1write(filename,M,r,c) writes the matrix starting at the spreadsheet location (r,c). r and c are zero based so that r=0, c=0 specifies the first cell in the spreadsheet.

Examples

Write a 4-by-5 matrix A to spreadsheet file matA.wk1. Place the matrix with its upper left corner at row 2, column 3 using zero-based indexing:

See Also

wk1read, dlmwrite, dlmread, csvwrite, csvread


Previous page   wk1read workspace Next page

© 1994-2005 The MathWorks, Inc.