savetable - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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]