inttrans
savetable
save a table to a file
Calling Sequence
Parameters
Description
Examples
savetable(tname, file)
tname
-
name of transform for which the table is to be saved
file
file to save userdefined lookup table
savetable will save the information of a particular table to a particular file.
with⁡inttrans:
addtable⁡fourier,f⁡t,F⁡s,t,s
savetable⁡fourier,`FourierTable.m`
restart
read`FourierTable.m`;fourier⁡f⁡t,t,s
F⁡s
See Also
inttrans[addtable]
Download Help Document