How do I use 'axis tight' with appdesigner?
Show older comments
Hi, I'm using app designer to display some simple plots, how do i use the 'axis tight' command within the app designer code for the integrated figure?
I've tried this, but its not working as I want:
plot(app.UIAxes, S, Prices);
title(app.UIAxes, 'Price');
axis tight
Thanks for any help in advance!
Accepted Answer
More Answers (1)
Matt
on 17 Aug 2017
Categories
Find more on Simulink 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!