Changeset 27984
- Timestamp:
- 11/01/23 19:35:11 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/contrib/bgetraer/createMCC.m
r27983 r27984 9 9 % >> createMCC(filename); 10 10 % >> exit 11 % $ ./mccfiles/run_MCCexecutable.sh /nasa/matlab/2022b/11 % $ ./mccfiles/run_MCCexecutable.sh matlab 12 12 % 13 13 %INPUT … … 16 16 %OUTPUT 17 17 % no direct output is produced, however CREATEMCC creates a number of files in ./mccfiles 18 %19 %10.25.202320 18 21 19 % check if mccfiles directory exists in current directory … … 44 42 45 43 %Create command 46 %command = ['mcc -m ' filename deps ' -o MCCexecutable'];47 44 command = ['mcc -m ' deps ' -o MCCexecutable']; 48 command49 45 %Create executable 50 46 disp('Creating mccfiles');
Note:
See TracChangeset
for help on using the changeset viewer.