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

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

> 

with⁡inttrans:

> 

addtable⁡fourier,f⁡t,F⁡s,t,s

> 

savetable⁡fourier,`FourierTable.m`

> 

restart

> 

with⁡inttrans:

> 

read`FourierTable.m`;fourier⁡f⁡t,t,s

F⁡s

(1)

See Also

inttrans[addtable]