Gepostet von
pospiech am Mrz 1, 2013 in
matlab |
Keine Kommentare
Matlab provides the function of making axes zoomable in a gui (
zoom reference).
In a matlab gui this is enable by using this code:
hZoom = zoom;
setAllowAxesZoom(hZoom,handles.axes,true);
set(hZoom,'Motion','both','Enable','on'); |
Einen Kommentar schreiben