<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/261894</link>
    <title>MATLAB Central Newsreader - Code that &quot;push&quot; a GUI button</title>
    <description>Feed for thread: Code that &quot;push&quot; a GUI button</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Tue, 29 Sep 2009 14:39:03 -0400</pubDate>
      <title>Code that &quot;push&quot; a GUI button</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/261894#683417</link>
      <author>Pablo </author>
      <description>Hello everybody, &lt;br&gt;
&amp;nbsp;I was wondering if there was a way to have matlab &quot;push&quot; a GUI button programatically, or in other words execute the bits of code that are normally executed while you push those GUI buttons.&lt;br&gt;
Thanking you in advance.</description>
    </item>
    <item>
      <pubDate>Tue, 29 Sep 2009 15:26:05 -0400</pubDate>
      <title>Re: Code that &quot;push&quot; a GUI button</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/261894#683439</link>
      <author>Thomas Clark</author>
      <description>You can activate the callback function associated with a pushbutton from anywhere within a GUI m-file using:&lt;br&gt;
&lt;br&gt;
pushbutton1_callback(handles.pushbutton1,eventdata,handles)&lt;br&gt;
&lt;br&gt;
i.e. the user does not need to push the button directly.&lt;br&gt;
&lt;br&gt;
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.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&quot;Pablo &quot; &amp;lt;pablo.gallegos@stfc.ac.uk&amp;gt; wrote in message &amp;lt;h9t666$qrn$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hello everybody, &lt;br&gt;
&amp;gt;  I was wondering if there was a way to have matlab &quot;push&quot; a GUI button programatically, or in other words execute the bits of code that are normally executed while you push those GUI buttons.&lt;br&gt;
&amp;gt; Thanking you in advance.</description>
    </item>
  </channel>
</rss>

