Changeset 477 for trunk/src/uvmat.m
- Timestamp:
- Jun 26, 2012, 8:40:09 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r476 r477 4543 4543 4544 4544 %read the file 4545 data=xml2struct(fileinput); 4546 4545 [data,heading]=xml2struct(fileinput); 4546 if ~strcmp(heading,'ProjObject') 4547 msgbox_uvmat('WARNING','The xml file does not have the heading ProjObject for projection objects') 4548 end 4547 4549 [tild,data.Name]=fileparts(FileName);% object name set as file name 4548 4550 ListObject=get(handles.ListObject,'String'); … … 4551 4553 set(handles.ListObject,'String',ListObject) 4552 4554 end 4553 4554 4555 IndexObj=length(ListObject); 4555 4556
Note: See TracChangeset
for help on using the changeset viewer.