Path: news.mathworks.com!not-for-mail
From: "Matthew Simoneau" <matthew@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: problem with the cell mode
Date: Wed, 27 May 2009 14:02:02 +0000 (UTC)
Organization: The MathWorks Inc
Lines: 5
Message-ID: <gvjh4q$gnb$1@fred.mathworks.com>
References: <go97r1$djp$1@fred.mathworks.com> <gvi3i2$jcu$1@fred.mathworks.com>
Reply-To: "Matthew Simoneau" <matthew@mathworks.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1243432922 17131 172.30.248.37 (27 May 2009 14:02:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 27 May 2009 14:02:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 25640
Xref: news.mathworks.com comp.soft-sys.matlab:542907


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:

http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_env/brqxeeu-259.html#brqxeeu-285

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.