Path: news.mathworks.com!not-for-mail
From: "Karl Trumstedt" <karltru@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: problem with rotating GUI components
Date: Tue, 24 Jul 2007 15:47:00 +0000 (UTC)
Organization: KTH
Lines: 8
Message-ID: <f856tk$3dl$1@fred.mathworks.com>
References: <f82e7i$joh$1@fred.mathworks.com> <f854tv$rst$1@fred.mathworks.com>
Reply-To: "Karl Trumstedt" <karltru@gmail.com>
NNTP-Posting-Host: webapp-00-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1185292020 3509 172.30.248.35 (24 Jul 2007 15:47:00 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 24 Jul 2007 15:47:00 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1062272
Xref: news.mathworks.com comp.soft-sys.matlab:420772


"Kathleen " <quisquiliae2@hotmail.com> wrote in message <f854tv$rst$1@fred.mathworks.com>...
> Anyone have input on this question? I'm hoping that someone has seen and solved this simple but annoying problem before. Thanks!

 I beleive that rotate is a function, not a property?

Use rotate(handle.object, [1 0 0], angle)

so, [1 0 0] is simply which axis to rotate around.. x-axis in this case.. angle is the degrees (90, 180 etc)