Changeset 13812 for issm/trunk-jpl/src/m/plot/plot_highlightvertices.m
- Timestamp:
- 10/23/12 13:39:57 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_highlightvertices.m
r13730 r13812 21 21 %Highlight 22 22 pos=getfieldvalue(options,'highlight',[]); 23 text(x(pos),y(pos),z(pos),num2str( transpose(pos)),...23 text(x(pos),y(pos),z(pos),num2str(pos(:)),... 24 24 'backgroundcolor',[1 0 0],'HorizontalAlignment','center','VerticalAlignment','middle'); 25 25 else … … 34 34 %Highlight 35 35 pos=getfieldvalue(options,'highlight',[]); 36 text(x(pos),y(pos),z(pos),num2str( transpose(pos)),...36 text(x(pos),y(pos),z(pos),num2str(pos(:)),... 37 37 'backgroundcolor',[1 0 0],'HorizontalAlignment','center','VerticalAlignment','middle'); 38 38 end
Note:
See TracChangeset
for help on using the changeset viewer.