📄 install
字号:
Installing TFTB -- the Time-Frequency toolbox-----------------------------------------------------------1/ Get the sources from http://www.nongnu.org/tftb/2/ Uncompress the tarball3/ You don't need to compile anything to start using the TFTB. You just have to adjust the path of GNU Octave or Matlab (R).Let us say that you put the sources in the following directory:/home/myself/my_path/tftbGNU Octave----------Add the following line to your ~/.octavercLOADPATH = [ ":/home/myself/my_path/tftb//", LOADPATH ];or type addpath("/home/myself/my_path/tftb//");at Octave's prompt each time you start a new session.Matlab (R)----------Use 'Set path' dialog box or typeaddpath("/home/myself/my_path/tftb//");at Matlab's prompt each time you start a new session.-----------------------------------------------------------You can compile a version of the Reference Guide fromthe source. Run make in the directory refguide/.You need to have a complete LaTeX distribution runningon your computer.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -