Changeset 512 for trunk/src/mouse_motion.m
- Timestamp:
- Aug 3, 2012, 2:50:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mouse_motion.m
r441 r512 97 97 tagaxes=get(CurrentAxes,'tag'); 98 98 if isfield(FigData,tagaxes) 99 eval(['Field=FigData.' tagaxes ';'])99 Field=FigData.(tagaxes); 100 100 if isfield(Field,'ListVarName') 101 [CellVarIndex,NbDim,VarType]=find_field_ indices(Field);%analyse the physical fields contained in Field101 [CellVarIndex,NbDim,VarType]=find_field_cells(Field);%analyse the physical fields contained in Field 102 102 text_displ_1=''; 103 103 text_displ_2='';
Note: See TracChangeset
for help on using the changeset viewer.