Last change
on this file since 486 was
481,
checked in by gostiaux, 13 years ago
|
.sh files in the uvmat folder, binary in bin subfolder
|
File size:
300 bytes
|
Rev | Line | |
---|
[481] | 1 | % commands to compile civ_matlab and eventually other functions |
---|
[430] | 2 | |
---|
| 3 | mcc -m -R -nojvm -R -nodisplay civ_matlab.m |
---|
[481] | 4 | system('mv -f civ_matlab bin/'); |
---|
| 5 | system('sed -e ''s#/civ_matlab#/bin/civ_matlab#'' run_civ_matlab.sh > civ_matlab.sh'); |
---|
| 6 | system('rm run_civ_matlab.sh'); |
---|
| 7 | system('chmod +x civ_matlab.sh'); |
---|
[430] | 8 | |
---|
| 9 | |
---|
[481] | 10 | |
---|
| 11 | |
---|
Note: See
TracBrowser
for help on using the repository browser.