Skip to content

Installation:

  1. Install NDI

See the NDI Installation Guide and check out its requirements.

  1. In a terminal or DOS shell, navigate to the same parent directory where NDI-matlab is installed. NDIcalc-vis-matlab must be a sibling of NDI-matlab so that NDI can automatically discover its calculator documents and schemas at runtime. For example, if NDI-matlab is at /Users/yourusername/Documents/MATLAB/tools/NDI-matlab, then you should cd to /Users/yourusername/Documents/MATLAB/tools/.

  2. Clone this repository using git clone https://github.com/VH-Lab/NDIcalc-vis-matlab.

Your directory structure should look like:

tools/
├── NDI-matlab/
├── NDIcalc-vis-matlab/
└── ...