| MATLAB Function Reference | Search  Help Desk |
| wk1write | See Also |
Write a matrix to a Lotus123 WK1 spreadsheet file
wk1write(filename,M) wk1write(filename,M,r,c)
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.
Read a Lotus123 WK1 spreadsheet file into a matrix