Changeset 646 for trunk/src/set_object.m


Ignore:
Timestamp:
Jun 2, 2013, 4:00:34 PM (11 years ago)
Author:
sommeria
Message:

various update, bugs to be expected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/set_object.m

    r630 r646  
    698698function HELP_Callback(hObject, eventdata, handles)
    699699%------------------------------------------------------------------------
    700 path_to_uvmat=which ('uvmat');% check the path of uvmat
    701 pathelp=fileparts(path_to_uvmat);
    702 helpfile=fullfile(pathelp,'uvmat_doc','uvmat_doc.html');
    703 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')
    704     addpath (fullfile(pathelp,'uvmat_doc'))
    705     web([helpfile '#set_object'])
    706 end
     700web('http://servforge.legi.grenoble-inp.fr/projects/soft-uvmat/wiki/UvmatHelp#a6-Projectionobjects:')
     701% path_to_uvmat=which ('uvmat');% check the path of uvmat
     702% pathelp=fileparts(path_to_uvmat);
     703% helpfile=fullfile(pathelp,'uvmat_doc','uvmat_doc.html');
     704% 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')
     705%     addpath (fullfile(pathelp,'uvmat_doc'))
     706%     web([helpfile '#set_object'])
     707% end
    707708%------------------------------------------------------------------------
    708709
Note: See TracChangeset for help on using the changeset viewer.