📄 install.txt
字号:
To install the Tensor Toolbox for MATLAB:
1. Unpack the compressed file. In a linux environment, for example, this can
be done from the command line via:
unzip tensor_toolbox_2.2.zip
*or*
gunzip -c tensor_toolbox_2.2.tar.gz | tar xvf -
This should create a directory named *tensor_toolbox_2.2*.
2. Rename the root directory from *tensor_toolbox_2.2* to *tensor_toolbox*.
3. Start MATLAB.
4. Within MATLAB, cd to the *tensor_toolbox* directory and execute the
following commands:
addpath(pwd) %<-- Add the tensor toolbox to the MATLAB path
cd algorithms; addpath(pwd) %<-- Also add the algorithms directory
savepath %<-- Save for future MATLAB sessions
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -