<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/245524</link>
    <title>MATLAB Central Newsreader - problem with the cell mode</title>
    <description>Feed for thread: problem with the cell mode</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>Fri, 27 Feb 2009 17:28:01 -0500</pubDate>
      <title>problem with the cell mode</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/245524#631369</link>
      <author>Pinpress </author>
      <description>Hi all,&lt;br&gt;
&lt;br&gt;
Anyone has experienced the same thing that I have? I have a few matlab files opened in the Editor with Cell Mode on. However, some of my .m files shows correctly with cell partitions (each section can be executed separated and are separated by &quot;%%&quot;). However, other .m files does not show correctly with cell mode (the entire file shows only one color even with cell separation, and can only be executed as a whole). Switching on and off the cell mode does not help. I had to create a new file and copy paste the code and save to the original file name (replace). This time cell mode shows correctly.  &lt;br&gt;
&lt;br&gt;
This must be a bug of some sort? It's 2008b.</description>
    </item>
    <item>
      <pubDate>Wed, 27 May 2009 01:04:02 -0400</pubDate>
      <title>Re: problem with the cell mode</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/245524#652614</link>
      <author>Dan Knudsen</author>
      <description>Not sure if this has since been answered elsewhere, but I couldn't find it.&lt;br&gt;
&lt;br&gt;
I'm having the exact same problem using 2009a.&lt;br&gt;
&lt;br&gt;
Any help would be greatly appreciated.&lt;br&gt;
&lt;br&gt;
-Dan&lt;br&gt;
&lt;br&gt;
&quot;Pinpress&quot; &amp;lt;nospam__@yahoo.com&amp;gt; wrote in message &amp;lt;go97r1$djp$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi all,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Anyone has experienced the same thing that I have? I have a few matlab files opened in the Editor with Cell Mode on. However, some of my .m files shows correctly with cell partitions (each section can be executed separated and are separated by &quot;%%&quot;). However, other .m files does not show correctly with cell mode (the entire file shows only one color even with cell separation, and can only be executed as a whole). Switching on and off the cell mode does not help. I had to create a new file and copy paste the code and save to the original file name (replace). This time cell mode shows correctly.  &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; This must be a bug of some sort? It's 2008b.</description>
    </item>
    <item>
      <pubDate>Wed, 27 May 2009 14:02:02 -0400</pubDate>
      <title>Re: problem with the cell mode</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/245524#652766</link>
      <author>Matthew Simoneau</author>
      <description>To allow cell breaks to work within functions, loops, and other control structures, we introduced the concept of nested cells.  That is, one cell can be a subset of another.  Here is the full description:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_env/brqxeeu-259.html#brqxeeu-285&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_env/brqxeeu-259.html#brqxeeu-285&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
People who previously used cells as a visual demarcation, even though it wouldn't work for publishing at that time, will now see a different behavior.</description>
    </item>
    <item>
      <pubDate>Wed, 27 May 2009 18:23:01 -0400</pubDate>
      <title>Re: problem with the cell mode</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/245524#652856</link>
      <author>Dan Knudsen</author>
      <description>Well, I apologize for adding to the noise, but I fixed my particular problem.  I had a syntax error in my m file and this caused all of the cell demarcations to disappear.&lt;br&gt;
&lt;br&gt;
Hopefully your problem is as easily fixed as mine, Pinpress.&lt;br&gt;
&lt;br&gt;
&quot;Dan Knudsen&quot; &amp;lt;neurodude@gmail.com&amp;gt; wrote in message &amp;lt;gvi3i2$jcu$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Not sure if this has since been answered elsewhere, but I couldn't find it.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I'm having the exact same problem using 2009a.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Any help would be greatly appreciated.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; -Dan&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &quot;Pinpress&quot; &amp;lt;nospam__@yahoo.com&amp;gt; wrote in message &amp;lt;go97r1$djp$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; Hi all,&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Anyone has experienced the same thing that I have? I have a few matlab files opened in the Editor with Cell Mode on. However, some of my .m files shows correctly with cell partitions (each section can be executed separated and are separated by &quot;%%&quot;). However, other .m files does not show correctly with cell mode (the entire file shows only one color even with cell separation, and can only be executed as a whole). Switching on and off the cell mode does not help. I had to create a new file and copy paste the code and save to the original file name (replace). This time cell mode shows correctly.  &lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; This must be a bug of some sort? It's 2008b.</description>
    </item>
    <item>
      <pubDate>Thu, 22 Oct 2009 01:59:18 -0400</pubDate>
      <title>Re: problem with the cell mode</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/245524#688844</link>
      <author>Pinpress </author>
      <description>Yes, that was exactly the same fix here as well. It took me some time to figure out -- Maybe Matlab could be a little more smarter ...&lt;br&gt;
&lt;br&gt;
&quot;Dan Knudsen&quot; &amp;lt;neurodude@gmail.com&amp;gt; wrote in message &amp;lt;gvk0e5$qua$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Well, I apologize for adding to the noise, but I fixed my particular problem.  I had a syntax error in my m file and this caused all of the cell demarcations to disappear.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Hopefully your problem is as easily fixed as mine, Pinpress.&lt;br&gt;
&amp;gt; </description>
    </item>
  </channel>
</rss>

