Skip to Main Content Skip to Search
Login
File Exchange
MATLAB Newsgroup
Link Exchange
  Blogs  
 Contest 
MathWorks.com

Thread Subject: Cell mode: error in a cell suppresses output (but not cell text) of subsequent cells?

Subject: Cell mode: error in a cell suppresses output (but not cell text) of subsequent cells?

From: Dimitri Shvorob

Date: 7 Oct, 2007 08:58:16

Message: 1 of 4

As in: (execute a cell mode)

%% First call: output
x = 5
%% Some error
blah
%% Second call: no output
x = 5

Is this a behavior that Mathworks would consider changing,
perhaps?

Subject: Cell mode: error in a cell suppresses output (but not cell text) of subsequent cells?

From: Pedro Villena

Date: 7 Oct, 2007 10:27:16

Message: 2 of 4

Hi,

Comment the error.
%blah

Regards,
Pedro

"Dimitri Shvorob" <not.dimitri.shvorob@vanderbilt.edu>
wrote in message <fea738$k3b$1@fred.mathworks.com>...
> As in: (execute a cell mode)
>
> %% First call: output
> x = 5
> %% Some error
> blah
> %% Second call: no output
> x = 5
>
> Is this a behavior that Mathworks would consider changing,
> perhaps?

Subject: Cell mode: error in a cell suppresses output (but not cell text) of subsequent cells?

From: Dimitri Shvorob

Date: 7 Oct, 2007 11:20:42

Message: 3 of 4

Really?! Gee, thanks, Pedro, I didn't think of that!

But seriously, (a) you miss the point, and (b) the post was
intended for Mathworks developers.

Subject: Cell mode: error in a cell suppresses output (but not cell text) of subsequent cells?

From: Steven Lord

Date: 8 Oct, 2007 05:02:47

Message: 4 of 4


"Dimitri Shvorob" <not.dimitri.shvorob@vanderbilt.edu> wrote in message
news:feafea$8at$1@fred.mathworks.com...
> Really?! Gee, thanks, Pedro, I didn't think of that!
>
> But seriously, (a) you miss the point, and (b) the post was
> intended for Mathworks developers.
>

Any posts whose main/sole purpose is to reach the developers should probably
be sent to Technical Support in addition to or instead of to CSSM. They can
determine if the behavior you're reporting is a bug or an enhancement
request, can search through our bug database to see if there are
workarounds, and can report the bug or enhancement request to the developers
(or add the bug report or enhancement request to an existing item in our
database, to record interest in that bug being fixed or enhancement being
implemented.)

--
Steve Lord
slord@mathworks.com.


Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
cell Pedro Villena 7 Oct, 2007 06:30:22
cell mode Dimitri Shvorob 7 Oct, 2007 05:00:19
rssFeed for this Thread

envelope graphic E-mail this page to a colleague

Public Submission Policy
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Disclaimer prior to use.
Related Topics