How to zoom at a certain location in a subsystem using script?

Using ZoomFactor how to Zoom out or Zoom in at a specific point?

2 Comments

Is ZoomFactor a built in MATLAB function or do you mean using the GUI once a plot has been made? Can you just set the xlim and ylim values instead if creating a script?
ZoomFactor is a property of a Subsystem. One can find all the properties of a subsyetm by typing get(gcbh) on command window. what I need, is to be able to Zoom in at a specific point using script.

Sign in to comment.

Categories

Find more on Graphics Objects in Help Center and File Exchange

Tags

Asked:

on 13 Dec 2018

Commented:

on 13 Feb 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!