Changeset 36 for trunk/src/series.m
- Timestamp:
- Mar 5, 2010, 11:23:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series.m
r34 r36 2161 2161 get_field(filename) 2162 2162 2163 2164 2165 2163 % -------------------------------------------------------------------- 2166 2164 function MenuHelp_Callback(hObject, eventdata, handles) … … 2168 2166 path_to_uvmat=which ('uvmat');% check the path of uvmat 2169 2167 pathelp=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 2168 helpfile=fullfile(pathelp,'uvmat_doc','uvmat_doc.html'); 2169 if isempty(dir(helpfile)), msgbox_uvmat('ERROR','Please put the help file uvmat_doc.html in the sub-directory /uvmat_doc of the UVMAT package') 2170 else 2171 addpath (fullfile(pathelp,'uvmat_doc')) 2172 web([helpfile '#series']) 2173 end 2174 2175 2176 2177 2178 2179
Note: See TracChangeset
for help on using the changeset viewer.