MATLAB Functions Help Desk

wk1write

Purpose

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     Read a Lotus123 WK1 spreadsheet file into a matrix



[ Previous | Help Desk | Next ]