I have been trying to Create a program with the GUI in MATLAB. When I try to plot information with AXES I can not figure out how to do it. I know about the function plot, but I need to be able to re-size and move the plot around in the figure so I can make room for the input uicontrol. I am not sure what to do. Please help.
Share
There are a couple of different ways to tackle this problem. But the way I always choose to do so, is:
hold on:
This should set your bounds on the axis.