Quite often you need to call external or system commands inside MatLab. If those external commands are not in path, you need to add them. Here is how:
setenv('PATH', [getenv('PATH') ':/ToolsMac/bin/']);
7 sec read
Quite often you need to call external or system commands inside MatLab. If those external commands are not in path, you need to add them. Here is how:
setenv('PATH', [getenv('PATH') ':/ToolsMac/bin/']);