fixex axes in matlab gui
fixex axes in matlab gui
(OP)
hello,
When I plot some kind of animation on a figure, the axes are resized whenever the dimension of the object changes.
can I have it fixed to some size? I use matlab gui, but I don't find the correct property.
When I plot some kind of animation on a figure, the axes are resized whenever the dimension of the object changes.
can I have it fixed to some size? I use matlab gui, but I don't find the correct property.





RE: fixex axes in matlab gui
CODE
RE: fixex axes in matlab gui
After you have done that, you can set the axis limits using the 'XLim', 'YLim' and 'ZLim' axis properties which are in the 2 element vector form [min, max]
M
--
Dr Michael F Platten