Changeset 717 for trunk/src/uvmat.m
- Timestamp:
- Feb 25, 2014, 11:28:14 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r714 r717 4584 4584 h=findobj(handles.PlotAxes,'tag','ima'); %look for image in the plot 4585 4585 if ~isempty(h) 4586 map=colormap(handles.PlotAxes);4587 colormap(map);%transmit the current colormap to the zoom fig4588 colorbar4586 map=colormap(handles.PlotAxes); 4587 colormap(map);%transmit the current colormap to the zoom fig 4588 colorbar 4589 4589 end 4590 4590
Note: See TracChangeset
for help on using the changeset viewer.