Changeset 1037 for trunk/src/read_xls.m


Ignore:
Timestamp:
May 1, 2018, 4:31:01 PM (6 years ago)
Author:
sommeria
Message:

miscellaneous adaptations to opendap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_xls.m

    r1027 r1037  
    101101ExpDocName=fullfile(ExpPath,[ExpName '.xml']);% full name of the .xml file ExpDoc
    102102if exist(ExpDocName,'file')
    103     hh=editxml({ExpDocName})   
    104 %     [FileName, PathName, filterindex] = uigetfile( ...
    105 %        {'*.xml','(*.xml)';
    106 %        '*.xml',  '.xml files ';
    107 %         '*.*',  'All Files (*.*)'}, ...
    108 %         'Pick a file',ExpDocName);
    109 %      fileinput=[PathName FileName];%complete file name
    110 %      sizf=size(fileinput);
    111 %     if (~ischar(fileinput)|~isequal(sizf(1),1)),return;end
    112 %         [path,name,ext]=fileparts(fileinput);
    113 %     if isequal(ext,'.civ') | isequal(ext,'.log') | isequal(ext,'.cmx') isequal(ext,'.txt')
    114 %         edit(fileinput)
    115 %     elseif isequal(ext,'.xml')
    116 %         varargin{1}=fileinput;
    117 %         editxml(varargin)
    118 %     elseif isequal(ext,'.fig')
    119 %         open(fileinput)
    120 %     elseif isequal(ext,'.xls')
    121 %         xlsdisplay(fileinput)
    122 %     else
    123 %         uvmat({fileinput})
    124 %     end
     103    hh=editxml({ExpDocName});   
    125104else
    126105    answer=questdlg({['ExpDoc file ' ExpDocName ' does not exist, create the experiment?'];''})
Note: See TracChangeset for help on using the changeset viewer.