From: Anuj on
How can I make my own 'Rotate 3D' in GUI
From: Sean on
"Anuj " <anuj.usit(a)gmail.com> wrote in message <i1pu1m$f08$1(a)fred.mathworks.com>...
> How can I make my own 'Rotate 3D' in GUI

You have to program it all yourself controlling all of the details. I personally never bothered to do this. For the applications that I've had to have a 'rotatable' plot associated with a GUI I've just plotted it in its own figure. You can 'dock' the figures (GUI and plot Figure) together so it appears pretty using the 'Position' property of Figure().

my $0.02.