From: andrea on
Hi everybody, I'm having some problems with my program. I'm analyzing the motion of an Airbus A380 landing gear. I've actually completed the motion of retraction of the nose landing gear and now I was looking for creating a GUI which could show the plot (obviously it's a 3d plot) according to the length of the actuator I chose each time. So I need a slider and maybe an edit window in which to put the numeric value of that leght. Also, I would like to display a button just to run the animation as it is now. I've tried lot of times, but nothing happened, I get only a 2d image of the original 3d plot. In order to insert the data on the GUI I've created a data structure, called mecc. Can anyone help me?

this is the file:
http://uploading.com/files/9m4dbcm2/Landing%2BGear.rar/

thanks everybody.

Andrea Antonello,
Università di Padova, Italy
e-mail: flavioantonello(a)alice.it
From: us on
"andrea " <flavioantonello(a)alice.it> wrote in message <i05e78$mbt$1(a)fred.mathworks.com>...
> Hi everybody, I'm having some problems with my program. I'm analyzing the motion of an Airbus A380 landing gear. I've actually completed the motion of retraction of the nose landing gear and now I was looking for creating a GUI which could show the plot (obviously it's a 3d plot) according to the length of the actuator I chose each time. So I need a slider and maybe an edit window in which to put the numeric value of that leght. Also, I would like to display a button just to run the animation as it is now. I've tried lot of times, but nothing happened, I get only a 2d image of the original 3d plot. In order to insert the data on the GUI I've created a data structure, called mecc. Can anyone help me?
>
> this is the file:
> http://uploading.com/files/9m4dbcm2/Landing%2BGear.rar/
>
> thanks everybody.
>
> Andrea Antonello,
> Università di Padova, Italy
> e-mail: flavioantonello(a)alice.it

try to find the smallest possible code snippet, which reproduces your problem; then, post it on CSSM...
note: often, this process is able to solve a problem...

us
From: us on
"andrea " <flavioantonello(a)alice.it> wrote in message <i05dvp$7pe$1(a)fred.mathworks.com>...
> Hi everybody, I'm having some problems with my program. I'm analyzing the motion of an Airbus A380 landing gear. I've actually completed the motion of retraction of the nose landing gear and now I was looking for creating a GUI which could show the plot (obviously it's a 3d plot) according to the length of the actuator I chose each time. So I need a slider and maybe an edit window in which to put the numeric value of that leght. Also, I would like to display a button just to run the animation as it is now. I've tried lot of times, but nothing happened, I get only a 2d image of the original 3d plot. In order to insert the data on the GUI I've created a data structure, called mecc. Can anyone help me?
>
> this is the file:
> http://uploading.com/files/9m4dbcm2/Landing%2BGear.rar/
>
> thanks everybody.
>
> Andrea Antonello,
> Università di Padova, Italy
> e-mail: flavioantonello(a)alice.it

do NOT double-post...

http://www.mathworks.com/matlabcentral/newsreader/view_thread/285547

us
From: Image Analyst on
Andrea Antonello,
I'm not exactly clear what you want either. There are GUI templates and tutorials, such as this one:
http://www.mathworks.com/matlabcentral/fileexchange/24224
Maybe you can use it as a starting point for what you want to do.
In addition, you can experiment around with GUIDE, or check out the video tutorials on GUI creation on the Mathworks site.
From: andrea on
"Image Analyst" <imageanalyst(a)mailinator.com> wrote in message <i05grk$9cf$1(a)fred.mathworks.com>...
> Andrea Antonello
> I'm not exactly clear what you want either. There are GUI templates and tutorials, such as this one:
> http://www.mathworks.com/matlabcentral/fileexchange/24224
> Maybe you can use it as a starting point for what you want to do.
> In addition, you can experiment around with GUIDE, or check out the video tutorials on GUI creation on the Mathworks site.


I tried with guide but when I try to add, for example, a slider, I can't set it in order to do something in particular. For example, how can I extend/retract the landing gear just by moving a slider? Now what I have is just an if cicle that gIves me the animation of the motion...