adjust scale of axes

3 views (last 30 days)
Ursula Class
Ursula Class on 9 Mar 2019
Commented: Ursula Class on 13 Mar 2019
While plotting a simple function (y=10.^x) I used the editor to adjust the scale on the y-axis. I little box appeared on the bottom of my screen and let me do just that. For some reason I can't do that anymore, the little box doesn't appear anymore. What happened and how can I fix it?
Thank you very much1
roswitha

Answers (1)

Cris LaPierre
Cris LaPierre on 10 Mar 2019
Sorry, but not sure what that may be. What version of MATLAB are you using? Was this in a live script or a figure window?
One way to do this in a figure window is, in the menu bar, select View > Property Editor (r2018b).
  7 Comments
Cris LaPierre
Cris LaPierre on 13 Mar 2019
I'm out of ideas. But as you've already discovered, you can set limits and scale programatically. That is how I would do it.
If typing axis([-10 10 -2 10]) still displays a 10^4 multiplication factor on your y-axis, something is not working correctly. It might be worth reaching out to technical support.
Ursula Class
Ursula Class on 13 Mar 2019
Thank you, Cris, for trying so hard. I'll take your suggestion and I'll contact technical support. Ursula

Sign in to comment.

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Products


Release

R2016b

Community Treasure Hunt

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

Start Hunting!