Skip to content

Latest commit

 

History

History
142 lines (118 loc) · 6.53 KB

README_zh.md

File metadata and controls

142 lines (118 loc) · 6.53 KB

Mbaysalt Toolbox

Mbaysalt means Matlab-baysalt-toolbox

English | 中文

安装

  1. Shell/Powershell/Command Prompt.

    如果您打算使用它而不推送代码,那么只需从命令行运行中下载代码

    git clone https://github.com/ChristmasZCY/Mbaysalt.git

    如果您只想要最新版本而不是完整的存储库,请运行以下命令:

     git clone --depth=1 https://github.com/ChristmasZCY/Mbaysalt.git

    任何时候要将代码更新到最新版本,都可以从命令行运行以下命令:

    git pull (--unshallow)
  2. 打开你想安装的额外模块的开关。

    cd /path/to/Mbaysalt
    vim Mbaysalt/Configurefiles/INSTALL.json
    • 如果你想安装子模块,将INSTALL.json中的INSTALL的值更改为true 例如,如果您想安装子模块matFigure,可以将packages:gitclone:matFigure:INSTALL更改为true
    • 如果git不在你的系统路径中,你可以在INSTALL.json中的git:path设置你的git-path。
    • 如果你希望在github镜像上克隆,你可以在INSTALL.json中的git:mirror设置你的镜像。 它将替换INSTALL.json中的packages:gitclone:*:URL中的https://www.github.com为你的镜像。
  3. Matlab

    addpath('Mbaysalt')
    ST_Mbaysalt()

    或者如果您想要基本模块而不是所有模块,您可以运行

    ST_Mbaysalt('add','./Examples/INSTALL_custom.json','init')

    如果需要删除路径,可以执行命令

    ST_Mbaysalt('rm')

    它将保留基本路径,并删除所有其他路径。

Contains

点击展开查看更多