MATLAB Function Reference | ![]() ![]() |
Write a matrix to a 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.
See Also
wk1read
, dlmwrite
, dlmread
, csvwrite
, csvread
![]() | wk1read | workspace | ![]() |