<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/255431</link>
    <title>MATLAB Central Newsreader - Accessing workspace variables from GUI</title>
    <description>Feed for thread: Accessing workspace variables from GUI</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>Mon, 06 Jul 2009 17:49:02 -0400</pubDate>
      <title>Accessing workspace variables from GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/255431#662991</link>
      <author>Yvette </author>
      <description>This is my situation:&lt;br&gt;
&lt;br&gt;
I have written this program in matlab which does a lot of multiplying and adding of large matrices. These matrices are multiplied with matrices which I've saved in the workspace. The eventual outcome is an image which i used surfc to implement. I used to run it in matlab  but I would like for it to be more user friendly, hence I am implementing a GUI for it. I'm not very familliar with GUI and so I'm in a sticky situation. I have a pushbutton and i have put this program into the callback function (can I do that??). It works fine when run in matlab command window since it can access the worskpace matrices but I do not know how to program it to also read the workspace variables from and into the GUI. I'm speaking about 200 100x100 matrices. I do hope someone can help me. Thanking you in advance&lt;br&gt;
&lt;br&gt;
yvette </description>
    </item>
    <item>
      <pubDate>Mon, 06 Jul 2009 20:02:01 -0400</pubDate>
      <title>Re: Accessing workspace variables from GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/255431#663024</link>
      <author>Zhelyazko </author>
      <description>v = evalin('base', 'var');&lt;br&gt;
Try &lt;br&gt;
&amp;gt;&amp;gt;doc evalin &lt;br&gt;
for more info</description>
    </item>
  </channel>
</rss>

