MATLAB Function Reference
  Go to function:
    Search    Help Desk 
wk1read    See Also

Read a Lotus123 WK1 spreadsheet file into a matrix

Syntax

Description

M = wk1read(filename) reads a Lotus123 WK1 spreadsheet file into the matrix M.

M = wk1read(filename,r,c) starts reading at the row-column cell offset specified by (r,c). r and c are zero based so that r=0, c=0 specifies the first value in the file.

M = wk1read(filename,r,c,range) reads the range of values specified by the parameter range, where range can be:

See Also

wk1write    Write a matrix to a Lotus123 WK1 spreadsheet file



[ Previous | Help Desk | Next ]