install.txt

来自「张量分析工具」· 文本 代码 · 共 25 行

TXT
25
字号
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 + =
减小字号Ctrl + -
显示快捷键?