Changeset 79 for trunk/src/set_object.m


Ignore:
Timestamp:
Apr 5, 2010, 3:11:51 AM (14 years ago)
Author:
sommeria
Message:

time_series: subdir for result /time_series
mouse_motio: attempt to improve the circle marking vectors: use Visible off and on.
phys: bug repair for combining two images
set_oject: bug repair for creating new object
--This line those below, will be ignored--time_series

M src/series/time_series.m
M src/mouse_motion.m
M src/transform_field/phys.m
M src/set_object.m

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/set_object.m

    r77 r79  
    778778    PlotHandles=get_plot_handles(hhuvmat);
    779779    IndexObj=IndexObj_1;
    780 elseif strcmp(ListObject{IndexObj_2},ObjectName)% we are editing the object whose projection is viewed in view_field
     780elseif IndexObj_2<=numel(ListObject)&& strcmp(ListObject{IndexObj_2},ObjectName)% we are editing the object whose projection is viewed in view_field
    781781    hview_field=findobj('tag','view_field');
    782782    if ~isempty(hview_field)
Note: See TracChangeset for help on using the changeset viewer.