Changeset 36 for trunk/src/series.m


Ignore:
Timestamp:
Mar 5, 2010, 11:23:19 PM (14 years ago)
Author:
sommeria
Message:

-get_field: functions called by ACTION in the GUI get_field put in the subdirectory get_field (like for series)
-help put in the subdir uvmat_doc, help call in uvmat, civ, geometry calib modified accordingly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r34 r36  
    21612161     get_field(filename)
    21622162
    2163 
    2164 
    21652163% --------------------------------------------------------------------
    21662164function MenuHelp_Callback(hObject, eventdata, handles)
     
    21682166path_to_uvmat=which ('uvmat');% check the path of uvmat
    21692167pathelp=fileparts(path_to_uvmat);
    2170 helpfile=fullfile(pathelp,'UVMAT_DOC','uvmat_doc.html');
    2171 if isempty(dir(helpfile)), errordlg('Please put the help file uvmat_doc.html in the  directory UVMAT/UVMAT_DOC')
    2172 else
    2173 web([helpfile '#series'])   
    2174 end
    2175 
    2176 
    2177 
    2178 
    2179 
    2180 
     2168helpfile=fullfile(pathelp,'uvmat_doc','uvmat_doc.html');
     2169if isempty(dir(helpfile)), msgbox_uvmat('ERROR','Please put the help file uvmat_doc.html in the sub-directory /uvmat_doc of the UVMAT package')
     2170else
     2171    addpath (fullfile(pathelp,'uvmat_doc'))
     2172    web([helpfile '#series'])
     2173end
     2174
     2175
     2176
     2177
     2178
     2179
Note: See TracChangeset for help on using the changeset viewer.