How do I change sizes of axes (min – max limits).
In my GUI I have used “Axes” object and I want to set manual size of X and Y axes through “Edit text” field.
This is picture of my GUI:

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Set the
callbackon youruielementto execute a function that contains code like this:set(axesHandle, 'Xlim', newXLim, 'YLim', newYLim);For more information see the official docs: http://www.mathworks.com/help/matlab/creating_guis/examples-programming-gui-components.html?s_tid=doc_12b