Last change
on this file since 495 was
481,
checked in by gostiaux, 13 years ago
|
.sh files in the uvmat folder, binary in bin subfolder
|
File size:
300 bytes
|
Line | |
---|
1 | % commands to compile civ_matlab and eventually other functions |
---|
2 | |
---|
3 | mcc -m -R -nojvm -R -nodisplay civ_matlab.m |
---|
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'); |
---|
8 | |
---|
9 | |
---|
10 | |
---|
11 | |
---|
Note: See
TracBrowser
for help on using the repository browser.