<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: I&#8217;ve got something to cell you</title>
	<link>http://blogs.mathworks.com/desktop/2008/01/07/ive-got-something-to-cell-you/</link>
	<description>Ken &#38; Mike work on the MATLAB Desktop team</description>
	<pubDate>Sun, 08 Nov 2009 02:13:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Ken</title>
		<link>http://blogs.mathworks.com/desktop/2008/01/07/ive-got-something-to-cell-you/#comment-6564</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Fri, 09 Oct 2009 11:47:46 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/01/07/ive-got-something-to-cell-you/#comment-6564</guid>
		<description>Hi Patrik,

We didn't intentionally exclude the ability to use breakpoints in cell mode -- this was actually a consequence of the way cell mode was implemented. We're working to remedy this issue.

-Ken</description>
		<content:encoded><![CDATA[<p>Hi Patrik,</p>
<p>We didn&#8217;t intentionally exclude the ability to use breakpoints in cell mode &#8212; this was actually a consequence of the way cell mode was implemented. We&#8217;re working to remedy this issue.</p>
<p>-Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrik Brynolfsson</title>
		<link>http://blogs.mathworks.com/desktop/2008/01/07/ive-got-something-to-cell-you/#comment-6563</link>
		<dc:creator>Patrik Brynolfsson</dc:creator>
		<pubDate>Fri, 09 Oct 2009 07:22:01 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/01/07/ive-got-something-to-cell-you/#comment-6563</guid>
		<description>Another vote for breakpoints in cell mode! I'm really surprised that it's not implemented from the start, what harm do breakpoints do? For rapid execution of part of the code when evaluating and developing this would be very useful. Knowing which line threw an error is also necessary, why did the guys at matlab not think this was needed in cell mode beats me.</description>
		<content:encoded><![CDATA[<p>Another vote for breakpoints in cell mode! I&#8217;m really surprised that it&#8217;s not implemented from the start, what harm do breakpoints do? For rapid execution of part of the code when evaluating and developing this would be very useful. Knowing which line threw an error is also necessary, why did the guys at matlab not think this was needed in cell mode beats me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AV_R</title>
		<link>http://blogs.mathworks.com/desktop/2008/01/07/ive-got-something-to-cell-you/#comment-6404</link>
		<dc:creator>AV_R</dc:creator>
		<pubDate>Mon, 10 Aug 2009 16:31:59 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/01/07/ive-got-something-to-cell-you/#comment-6404</guid>
		<description>I'm also highly interested in having breakpoints in cell mode. I use the cell mode to prototype quickly some code which typically ends up as part of some function. Hence, the ability to debug this code would be very helpful.</description>
		<content:encoded><![CDATA[<p>I&#8217;m also highly interested in having breakpoints in cell mode. I use the cell mode to prototype quickly some code which typically ends up as part of some function. Hence, the ability to debug this code would be very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://blogs.mathworks.com/desktop/2008/01/07/ive-got-something-to-cell-you/#comment-6182</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Sat, 11 Apr 2009 18:19:46 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/01/07/ive-got-something-to-cell-you/#comment-6182</guid>
		<description>Thanks for the feedback Tim -- we'll certainly take it under consideration. Glad you found the post useful!

-Ken</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback Tim &#8212; we&#8217;ll certainly take it under consideration. Glad you found the post useful!</p>
<p>-Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Smith</title>
		<link>http://blogs.mathworks.com/desktop/2008/01/07/ive-got-something-to-cell-you/#comment-6181</link>
		<dc:creator>Tim Smith</dc:creator>
		<pubDate>Fri, 10 Apr 2009 16:46:45 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/01/07/ive-got-something-to-cell-you/#comment-6181</guid>
		<description>Another voice for breakpoints here -- this looks like it should be fantastically useful, but no breakpoint support makes this feature much less interesting as a rapid code iteration tool, particularly in the context of debugging algorithms. Thanks for a great intro post, though!</description>
		<content:encoded><![CDATA[<p>Another voice for breakpoints here &#8212; this looks like it should be fantastically useful, but no breakpoint support makes this feature much less interesting as a rapid code iteration tool, particularly in the context of debugging algorithms. Thanks for a great intro post, though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blogs.mathworks.com/desktop/2008/01/07/ive-got-something-to-cell-you/#comment-5945</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 27 Oct 2008 13:44:09 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/01/07/ive-got-something-to-cell-you/#comment-5945</guid>
		<description>Fiona,

 I am not sure what you mean by F5 does not work. Can you verify:

(1) That F5 is the keystroke listed next to Run xxx.m in the Debug menu? (where xxx is the name of the file you are editing).

(2) Does it fail just for one file or all files?

(3) Try creating a new script with just the following line:
&lt;tt&gt;disp('hello world')&lt;/tt&gt;. Press F5. 

(4) What is your computer setup? Are you using windows or a different OS? Are you at the machine running MATLAB or are you connecting over a remote connection?</description>
		<content:encoded><![CDATA[<p>Fiona,</p>
<p> I am not sure what you mean by F5 does not work. Can you verify:</p>
<p>(1) That F5 is the keystroke listed next to Run xxx.m in the Debug menu? (where xxx is the name of the file you are editing).</p>
<p>(2) Does it fail just for one file or all files?</p>
<p>(3) Try creating a new script with just the following line:<br />
<tt>disp(&#8217;hello world&#8217;)</tt>. Press F5. </p>
<p>(4) What is your computer setup? Are you using windows or a different OS? Are you at the machine running MATLAB or are you connecting over a remote connection?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fiona</title>
		<link>http://blogs.mathworks.com/desktop/2008/01/07/ive-got-something-to-cell-you/#comment-5944</link>
		<dc:creator>Fiona</dc:creator>
		<pubDate>Sun, 26 Oct 2008 18:52:24 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/01/07/ive-got-something-to-cell-you/#comment-5944</guid>
		<description>I try to debug/run my .m files or using F5 but it does not work (nothing shows in the command window not even errors) only the cell mode is working but this bug me. Can you please tell me how to be able to use F5 instead of cell mode.

thank you!</description>
		<content:encoded><![CDATA[<p>I try to debug/run my .m files or using F5 but it does not work (nothing shows in the command window not even errors) only the cell mode is working but this bug me. Can you please tell me how to be able to use F5 instead of cell mode.</p>
<p>thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://blogs.mathworks.com/desktop/2008/01/07/ive-got-something-to-cell-you/#comment-5467</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Fri, 08 Aug 2008 11:42:02 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/01/07/ive-got-something-to-cell-you/#comment-5467</guid>
		<description>Hi Alexander,

Glad to hear you like publishing! As for accessing cells within a file, are you asking for something like this:
&lt;pre&gt;
someCell = myfile.cells[1]
% do something with the cell here.
&lt;/pre&gt;
Out of curiosity, how would you use such a feature?

-Ken</description>
		<content:encoded><![CDATA[<p>Hi Alexander,</p>
<p>Glad to hear you like publishing! As for accessing cells within a file, are you asking for something like this:</p>
<pre>
someCell = myfile.cells[1]
% do something with the cell here.
</pre>
<p>Out of curiosity, how would you use such a feature?</p>
<p>-Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Kemp</title>
		<link>http://blogs.mathworks.com/desktop/2008/01/07/ive-got-something-to-cell-you/#comment-5460</link>
		<dc:creator>Alexander Kemp</dc:creator>
		<pubDate>Fri, 08 Aug 2008 05:16:41 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/01/07/ive-got-something-to-cell-you/#comment-5460</guid>
		<description>I definitly like cell mode for publishing. The major point which is missing for me is programmatic access to the currently evaluated cell/to the list of cells in a m-file. Maybe i am blind, but i did not find it in the manual.</description>
		<content:encoded><![CDATA[<p>I definitly like cell mode for publishing. The major point which is missing for me is programmatic access to the currently evaluated cell/to the list of cells in a m-file. Maybe i am blind, but i did not find it in the manual.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven</title>
		<link>http://blogs.mathworks.com/desktop/2008/01/07/ive-got-something-to-cell-you/#comment-3983</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Tue, 01 Apr 2008 03:54:06 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/01/07/ive-got-something-to-cell-you/#comment-3983</guid>
		<description>A little late in my response, but I'll go on...

I agree wholeheartedly with Dan Kominsky.  I also use cell mode during algorithm development. It's very useful for zooming in on a chunk of code and, as Ken points out, also useful for teasing out a separable chunk that can become a function.

The whole point here though, is that this is exactly the environment in which breakpoints would be useful.  Particularly when your m-file is a script, I find it hard to break execution on the line I want.  I often go to the lengths of selecting all the previous text, commenting it out, and then running the code with f5 and my breakpoints on. (and then uncommenting when I'm done).

I have to admit that I'm not (yet) using publish so I may be missing something here, but I'm not sure how having breakbpoints disabled in cell mode is useful to the user.

Thanks,
Sven.</description>
		<content:encoded><![CDATA[<p>A little late in my response, but I&#8217;ll go on&#8230;</p>
<p>I agree wholeheartedly with Dan Kominsky.  I also use cell mode during algorithm development. It&#8217;s very useful for zooming in on a chunk of code and, as Ken points out, also useful for teasing out a separable chunk that can become a function.</p>
<p>The whole point here though, is that this is exactly the environment in which breakpoints would be useful.  Particularly when your m-file is a script, I find it hard to break execution on the line I want.  I often go to the lengths of selecting all the previous text, commenting it out, and then running the code with f5 and my breakpoints on. (and then uncommenting when I&#8217;m done).</p>
<p>I have to admit that I&#8217;m not (yet) using publish so I may be missing something here, but I&#8217;m not sure how having breakbpoints disabled in cell mode is useful to the user.</p>
<p>Thanks,<br />
Sven.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
