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.
withinttrans:
addtablefourier,ft,Fs,t,s
savetablefourier,`FourierTable.m`
restart
read`FourierTable.m`;fourierft,t,s
Fs
See Also
inttrans[addtable]
Download Help Document