You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
305 B
11 lines
305 B
1 year ago
|
# Make sure that matlab can be launched from the commandline
|
||
|
# if it is not the case use the following commands:
|
||
|
# cd /usr/local/bin
|
||
|
# sudo ln -s /Applications/MATLAB_R2012b.app/bin/matlab
|
||
|
|
||
|
# Tested on MAC only
|
||
|
|
||
|
export DYLD_LIBRARY_PATH=/Applications/MATLAB_R2012b.app/bin/maci64/
|
||
|
|
||
|
./build/602_Matlab_bin
|