Installation:¶
- Install NDI
See the NDI Installation Guide and check out its requirements.
-
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 shouldcdto/Users/yourusername/Documents/MATLAB/tools/. -
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/
└── ...