Ignore:
Timestamp:
Jul 11, 2013, 6:45:32 PM (11 years ago)
Author:
sommeria
Message:

bug corrected again in xml2struct, PLOT and copy of points improved in geometry_calib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/geometry_calib.m

    r660 r663  
    13771377    set(hh,'YData',Coord_plot(:,2))
    13781378end
    1379 
    1380 % get data on the matlab work space
     1379pause(.1)
     1380figure(handles.geometry_calib)
     1381
     1382%------------------------------------------------------------------------
     1383% --- Executes on button press in Copy.
     1384%------------------------------------------------------------------------
     1385function Copy_Callback(hObject, eventdata, handles)
    13811386
    13821387evalin('base','global Coord')%make CurData global in the workspace
     
    13841389evalin('base','Coord') %display CurData in the workspace
    13851390commandwindow; %brings the Matlab command window to the front
    1386 pause(.1)
    1387 figure(handles.geometry_calib)
    1388 
    1389  
    13901391
    13911392
     
    14681469
    14691470
    1470 % --- Executes on button press in Copy.
    1471 function Copy_Callback(hObject, eventdata, handles)
    1472 % hObject    handle to Copy (see GCBO)
    1473 % eventdata  reserved - to be defined in a future version of MATLAB
    1474 % handles    structure with handles and user data (see GUIDATA)
     1471
     1472
Note: See TracChangeset for help on using the changeset viewer.