<?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: Using the cell mode toolbar</title>
	<link>http://blogs.mathworks.com/desktop/2009/06/08/using-the-cell-mode-toolbar/</link>
	<description>Ken &#38; Mike work on the MATLAB Desktop team</description>
	<pubDate>Mon, 23 Nov 2009 00:00:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Mike</title>
		<link>http://blogs.mathworks.com/desktop/2009/06/08/using-the-cell-mode-toolbar/#comment-6315</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 29 Jun 2009 18:05:32 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2009/06/08/using-the-cell-mode-toolbar/#comment-6315</guid>
		<description>Thanks for that idea, Brett from &lt;a href="http://blogs.mathworks.com/pick/" rel="nofollow"&gt;Pick of the Week&lt;/a&gt;. That's a good use of the incrementer. If my example is the 0-order use, yours is the 1-order. I wonder what the next level is...</description>
		<content:encoded><![CDATA[<p>Thanks for that idea, Brett from <a href="http://blogs.mathworks.com/pick/" rel="nofollow">Pick of the Week</a>. That&#8217;s a good use of the incrementer. If my example is the 0-order use, yours is the 1-order. I wonder what the next level is&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Shoelson</title>
		<link>http://blogs.mathworks.com/desktop/2009/06/08/using-the-cell-mode-toolbar/#comment-6314</link>
		<dc:creator>Brett Shoelson</dc:creator>
		<pubDate>Mon, 29 Jun 2009 15:17:36 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2009/06/08/using-the-cell-mode-toolbar/#comment-6314</guid>
		<description>Hey Ken and Mike,
Whenever I present MATLAB in bootcamp mode (which is very often), I always highlight the utility of cell-mode editing. One of the benefits I point out is the vastly under-utilized incrementer tools--few people know what they're for. I typically will increment an initial guess at a threshold for an image, for instance.

But I also like to point out that one can get more creative with these buttons. For instance, if one wanted to try out our 6 different (IPT) algorithms for edge detection, the incrementer tools allow that, too:

%% 
algs = {'Sobel','Prewitt','Roberts','LOG','Zerocross','Canny'};
incr = 1; %INCREMENT HERE
imshow(edge(tissueMask,algs{incr}))
title([algs{incr} ' Edge Detection']) 

Cheers,
Brett</description>
		<content:encoded><![CDATA[<p>Hey Ken and Mike,<br />
Whenever I present MATLAB in bootcamp mode (which is very often), I always highlight the utility of cell-mode editing. One of the benefits I point out is the vastly under-utilized incrementer tools&#8211;few people know what they&#8217;re for. I typically will increment an initial guess at a threshold for an image, for instance.</p>
<p>But I also like to point out that one can get more creative with these buttons. For instance, if one wanted to try out our 6 different (IPT) algorithms for edge detection, the incrementer tools allow that, too:</p>
<p>%%<br />
algs = {&#8217;Sobel&#8217;,'Prewitt&#8217;,'Roberts&#8217;,'LOG&#8217;,'Zerocross&#8217;,'Canny&#8217;};<br />
incr = 1; %INCREMENT HERE<br />
imshow(edge(tissueMask,algs{incr}))<br />
title([algs{incr} &#8216; Edge Detection&#8217;]) </p>
<p>Cheers,<br />
Brett</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blogs.mathworks.com/desktop/2009/06/08/using-the-cell-mode-toolbar/#comment-6291</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 11 Jun 2009 14:23:09 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2009/06/08/using-the-cell-mode-toolbar/#comment-6291</guid>
		<description>Guy, great point. Simulink parameters are an excellent usage of this!</description>
		<content:encoded><![CDATA[<p>Guy, great point. Simulink parameters are an excellent usage of this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://blogs.mathworks.com/desktop/2009/06/08/using-the-cell-mode-toolbar/#comment-6290</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Thu, 11 Jun 2009 00:01:51 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2009/06/08/using-the-cell-mode-toolbar/#comment-6290</guid>
		<description>My favorite element of the cell mode toolbar is the "-+" part. Since I discovered the possibilities of this feature, I use it everytime I need to tune or debug a Simulink model. 

By writing a simple script, I can change the value of a parameter (using the "-+ feature"), simulate the model using SIM, plot the results and see the effect. click, click, click, done. It speeds up things by 1000%.</description>
		<content:encoded><![CDATA[<p>My favorite element of the cell mode toolbar is the &#8220;-+&#8221; part. Since I discovered the possibilities of this feature, I use it everytime I need to tune or debug a Simulink model. </p>
<p>By writing a simple script, I can change the value of a parameter (using the &#8220;-+ feature&#8221;), simulate the model using SIM, plot the results and see the effect. click, click, click, done. It speeds up things by 1000%.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
