Zoom option for moving images
Show older comments
Hi all,
I have created GUI in which real time datas are collected and plotted. So my figure(image) is updated everytime.
I want to set Zoom option. How to do that?
I created Slider option and added following after imshow: ZoomFactor=get(Slider1,'Value'); get(gca); zoom('out') zoom(ZoomFactor)
Is this correct?
Anyone have an idea?
Thanks in advance.
Answers (0)
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!