<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/168598</link>
    <title>MATLAB Central Newsreader - using solve() with variables from the workspace</title>
    <description>Feed for thread: using solve() with variables from the workspace</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>Thu, 01 May 2008 21:46:04 -0400</pubDate>
      <title>using solve() with variables from the workspace</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/168598#429857</link>
      <author>David Doria</author>
      <description>Everything I see seems to not use any variables from the&lt;br&gt;
workspace&lt;br&gt;
&lt;br&gt;
ie I want to do this&lt;br&gt;
&lt;br&gt;
x=5;&lt;br&gt;
solve('y+x=9','y')&lt;br&gt;
&lt;br&gt;
I would like to get back y=4&lt;br&gt;
&lt;br&gt;
I would like to do this with both double and sym type&lt;br&gt;
variables.  Is it possible?&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
&lt;br&gt;
Dave</description>
    </item>
    <item>
      <pubDate>Fri, 02 May 2008 12:35:04 -0400</pubDate>
      <title>Re: using solve() with variables from the workspace</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/168598#429913</link>
      <author>David Doria</author>
      <description>It seems I was misunderstanding subs() completely - it does&lt;br&gt;
exactly what I was asking&lt;br&gt;
&lt;br&gt;
c=2;&lt;br&gt;
temp=solve('x+10=c','x')&lt;br&gt;
subs(temp)</description>
    </item>
  </channel>
</rss>

