From: only on
i am doing aprogram in motion analysis and i want to make agui for it.i don't know how to make the push button to do the function .i don't know how the push button will display a motion in an axes or to plot the result of the variance in an axes.
plz help.
From: ImageAnalyst on
On Mar 30, 11:47 am, "only " <only_love_...(a)yahoo.com> wrote:
> i am doing aprogram in motion analysis and i want to make agui for it.i don't know how to make the push button to do the function .i don't know how the push button will display a motion in an axes or  to plot the result of the variance in an axes.
> plz help.

---------------------------------------------------
Maybe a GUI template like this:
http://www.mathworks.com/matlabcentral/fileexchange/24224
will help you get started. It has most of the basic controls.
From: us on
On Mar 30, 5:47 pm, "only " <only_love_...(a)yahoo.com> wrote:
> i am doing aprogram in motion analysis and i want to make agui for it.i don't know how to make the push button to do the function .i don't know how the push button will display a motion in an axes or  to plot the result of the variance in an axes.
> plz help.

a hint:
- there are so many unresolved issues...
- better start with this great doc

http://www.mathworks.com/access/helpdesk/help/techdoc/learn_matlab/bqr_2pl.html

us