Thread Subject: Code that "push" a GUI button

Subject: Code that "push" a GUI button

From: Pablo

Date: 29 Sep, 2009 14:39:03

Message: 1 of 2

Hello everybody,
 I was wondering if there was a way to have matlab "push" a GUI button programatically, or in other words execute the bits of code that are normally executed while you push those GUI buttons.
Thanking you in advance.

Subject: Code that "push" a GUI button

From: Thomas Clark

Date: 29 Sep, 2009 15:26:05

Message: 2 of 2

You can activate the callback function associated with a pushbutton from anywhere within a GUI m-file using:

pushbutton1_callback(handles.pushbutton1,eventdata,handles)

i.e. the user does not need to push the button directly.

If you're talking about a GUI of some external software, assuming you don't have source-code access, I think you can position the mouse pointer then use mouseclick commands to do it - but it'll be quite a ropey and bug-laden solution.




"Pablo " <pablo.gallegos@stfc.ac.uk> wrote in message <h9t666$qrn$1@fred.mathworks.com>...
> Hello everybody,
> I was wondering if there was a way to have matlab "push" a GUI button programatically, or in other words execute the bits of code that are normally executed while you push those GUI buttons.
> Thanking you in advance.

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
pushbutton Sprinceana 29 Sep, 2009 10:49:41
gui Sprinceana 29 Sep, 2009 10:49:41
guide Sprinceana 29 Sep, 2009 10:49:41
rssFeed for this Thread
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com