Changeset 512 for trunk/src/mouse_down.m
- Timestamp:
- Aug 3, 2012, 2:50:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mouse_down.m
r497 r512 110 110 tagaxes=get(hchild,'tag'); 111 111 if isfield(FigData,tagaxes) 112 eval(['Field=FigData.' tagaxes ';'])113 [CellVarIndex,NbDim,VarType]=find_field_ indices(Field);%analyse the physical fields contained in Field112 Field=FigData.(tagaxes); 113 [CellVarIndex,NbDim,VarType]=find_field_cells(Field);%analyse the physical fields contained in Field 114 114 for icell=1:numel(CellVarIndex)%look for all physical fields 115 115 if NbDim(icell)==2 % select 2D field
Note: See TracChangeset
for help on using the changeset viewer.