savetable - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


inttrans

  

savetable

  

save a table to a file

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

savetable(tname, file)

Parameters

tname

-

name of transform for which the table is to be saved

file

-

file to save userdefined lookup table

Description

• 

savetable will save the information of a particular table to a particular file.

Examples

withinttrans:

addtablefourier,ft,Fs,t,s

savetablefourier,`FourierTable.m`

restart

withinttrans:

read`FourierTable.m`;fourierft,t,s

Fs

(1)

See Also

inttrans[addtable]