Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Mathimatics-Numerical algorithms matlab
Title: panzoom Download
 Description: Pan with left click mouse drag, draw a zoombox with right click drag, and view all data with double-click. This also retains any existing WindowButtonXFcn the figure has, as well as any axes UIContextMenus. I wrote this for live data capture, as linkaxes sets XLimMode to "manual"- which means the axes wouldn t automatically resize for new data. panzoom(figureHandle, axesHandles) Adds the functionality to that figure, ONLY to the axes handles specified. panzoom(figureHandle, axesHandles, xLink) panzoom(figureHandle, axesHandles, xLink, yLink) Assuming you have four axes handles: 1, 2, 3, 4. You could link all of the x axes together: xLink = [1, 2, 3, 4], or you could link them in pairs in a cell array: xLink = {[1, 2], [3, 4]}. The same applies for yLink. xLink or yLink can also be empty.
 Downloaders recently: [More information of uploader abeaqhax]
 To Search:
File list (Check if you may need any files):
getposition.m
license.txt
panzoom.m
unpanzoom.m
    

CodeBus www.codebus.net