install

来自「基于matlab的面向对象的信号处理类库。主要应用于音频、语音信号的一些处理。内」· 代码 · 共 13 行

TXT
13
字号
Basic Installation==================The installation is performed simply by copying the matsigsubdirectory to a suitable place and adding the directory to MATLABpath. This is done inside the MATLAB GUI by selecting File -> Set Pathand appending the path in the list. Alternatively, on Linux/UNIXplatforms, you can create file ~/matlab/startup.m and place a linesimilar to the following there:addpath /home/mairas/matlab/matsig -end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?