Changeset 1095 for trunk/src/update_imadoc.m
- Timestamp:
- Mar 31, 2021, 3:32:03 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/update_imadoc.m
r1093 r1095 90 90 91 91 %% save the output file 92 t=struct2xml(Struct,t,uid_calib); 92 t=struct2xml(Struct,t,uid_calib); 93 93 try 94 save(t,outputfile);94 save(t,outputfile); 95 95 catch ME 96 errormsg=['error in update_imadoc' ME.message];96 errormsg=['error in saving ' outputfile ': ' ME.message]; 97 97 end
Note: See TracChangeset
for help on using the changeset viewer.