source:
trunk/src/compile_functions.m
@
456
Last change on this file since 456 was 430, checked in by , 13 years ago | |
---|---|
File size: 254 bytes |
Line | |
---|---|
1 | % commands to |
2 | |
3 | mcc -m -R -nojvm -R -nodisplay civ_matlab.m |
4 | system('mv civ_matlab bin/'); |
5 | system('sed -e ''s#/civ_matlab#/bin/civ_matlab#'' run_civ_matlab.sh > run_civ_matlab.sh.correct'); |
6 | system('mv -f run_civ_matlab.sh.correct run_civ_matlab.sh'); |
7 | |
8 |
Note: See TracBrowser
for help on using the repository browser.