<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240186</link>
    <title>MATLAB Central Newsreader - Problem with command &quot;cd&quot;</title>
    <description>Feed for thread: Problem with command &quot;cd&quot;</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, 01 Dec 2008 04:57:01 -0500</pubDate>
      <title>Problem with command &quot;cd&quot;</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240186#614075</link>
      <author>Roy </author>
      <description>I have a problem with the command 'cd'.&lt;br&gt;
&lt;br&gt;
For example: my current directory is I:\research\homework\hw1&lt;br&gt;
&lt;br&gt;
1. command cd('\research') works.&lt;br&gt;
2. command cd('\homework') does not work.&lt;br&gt;
&lt;br&gt;
Could anybody kindly help me on this? I don't understand the logic here.&lt;br&gt;
&lt;br&gt;
Thank you very much. </description>
    </item>
    <item>
      <pubDate>Mon, 01 Dec 2008 05:12:02 -0500</pubDate>
      <title>Re: Problem with command &quot;cd&quot;</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240186#614077</link>
      <author>Ryan Ollos</author>
      <description>&quot;Roy&quot; &amp;lt;agentof2008@gmail.com&amp;gt; wrote in message &amp;lt;ggvqqt$qvv$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I have a problem with the command 'cd'.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; For example: my current directory is I:\research\homework\hw1&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; 1. command cd('\research') works.&lt;br&gt;
&amp;gt; 2. command cd('\homework') does not work.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Could anybody kindly help me on this? I don't understand the logic here.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thank you very much. &lt;br&gt;
&lt;br&gt;
You can do&lt;br&gt;
cd('\research') &lt;br&gt;
cd('homework')&lt;br&gt;
&lt;br&gt;
or&lt;br&gt;
&lt;br&gt;
cd('\research\homework')&lt;br&gt;
&lt;br&gt;
The problem you have is that '&amp;#092;' specified root, and homework is not relative to root.</description>
    </item>
  </channel>
</rss>

