Changeset 745 for trunk/src/update_imadoc.m
- Timestamp:
- Apr 18, 2014, 7:26:31 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/update_imadoc.m
r634 r745 71 71 %% save the output file 72 72 t=struct2xml(Struct,t,uid_calib); 73 try 73 74 save(t,outputfile); 75 catch ME 76 errormsg=['error in update_imadoc' ME.message]; 77 end
Note: See TracChangeset
for help on using the changeset viewer.