<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Running functions with input from the Editor in R2007b</title>
	<atom:link href="http://blogs.mathworks.com/desktop/2007/09/17/running-functions-with-input-from-the-editor-in-r2007b/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/desktop/2007/09/17/running-functions-with-input-from-the-editor-in-r2007b/</link>
	<description>Mike works on the MATLAB Desktop team</description>
	<lastBuildDate>Tue, 14 Feb 2012 21:36:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Brian</title>
		<link>http://blogs.mathworks.com/desktop/2007/09/17/running-functions-with-input-from-the-editor-in-r2007b/#comment-2303</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 28 Dec 2007 20:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2007/09/17/running-functions-with-input-from-the-editor-in-r2007b/#comment-2303</guid>
		<description>Sound great!  Thanks for the reply.</description>
		<content:encoded><![CDATA[<p>Sound great!  Thanks for the reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://blogs.mathworks.com/desktop/2007/09/17/running-functions-with-input-from-the-editor-in-r2007b/#comment-1665</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Thu, 29 Nov 2007 16:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2007/09/17/running-functions-with-input-from-the-editor-in-r2007b/#comment-1665</guid>
		<description>Hi Brian,

Thanks for the feedback! Run Configurations are currently stored in your preferences directory in a file named &#039;Configuration.ser&#039;. You should be able to safely copy this file between systems - note that your configurations will show up under a file marked with a red x if the file that a set of configurations is associated with doesn&#039;t exist on the target system.

As for the future...I think you&#039;ll really like the new storage mechanism!

Run Configurations will be stored in a new file called &#039;run_configurations.m&#039;, which will be located in your preferences directory (the configurations in the old file will of course be imported automatically). This file will be an M-script, in which each Run Configuration will be a cell (check out &lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/index.html?/access/helpdesk/help/techdoc/matlab_env/f2-46018.html&quot; rel=&quot;nofollow&quot;&gt;MATLAB Cell Mode&lt;/a&gt; for more info). That means you&#039;ll not only be able to open up the file and send individual configurations to colleagues, but you&#039;ll also be able to run configurations from within the Editor (by evaluating the cell with Ctrl-Enter).

I thought this was pretty neat! What do you think?

-Ken</description>
		<content:encoded><![CDATA[<p>Hi Brian,</p>
<p>Thanks for the feedback! Run Configurations are currently stored in your preferences directory in a file named &#8216;Configuration.ser&#8217;. You should be able to safely copy this file between systems &#8211; note that your configurations will show up under a file marked with a red x if the file that a set of configurations is associated with doesn&#8217;t exist on the target system.</p>
<p>As for the future&#8230;I think you&#8217;ll really like the new storage mechanism!</p>
<p>Run Configurations will be stored in a new file called &#8216;run_configurations.m&#8217;, which will be located in your preferences directory (the configurations in the old file will of course be imported automatically). This file will be an M-script, in which each Run Configuration will be a cell (check out <a href="http://www.mathworks.com/access/helpdesk/help/techdoc/index.html?/access/helpdesk/help/techdoc/matlab_env/f2-46018.html" rel="nofollow">MATLAB Cell Mode</a> for more info). That means you&#8217;ll not only be able to open up the file and send individual configurations to colleagues, but you&#8217;ll also be able to run configurations from within the Editor (by evaluating the cell with Ctrl-Enter).</p>
<p>I thought this was pretty neat! What do you think?</p>
<p>-Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://blogs.mathworks.com/desktop/2007/09/17/running-functions-with-input-from-the-editor-in-r2007b/#comment-1653</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 28 Nov 2007 22:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2007/09/17/running-functions-with-input-from-the-editor-in-r2007b/#comment-1653</guid>
		<description>P.S. My first thought (before reading this and seeing that they are indeed stored as a binary somewhere) is that they were added directly to the m-file as, say a comment block and then just hidden by the editor.  I am glad to see that is not the case as it could cause headaches with configuration management.

The simplest option I could think of to make it portable would be to continue to store them in a binary but have an option to &quot;save to file&quot; which would create a .cfg (like superFunction.cfg) file that could then be loaded via the configuartion dialog.  Maybe give the option to merge the ones from the file with existing ones or overwrite existing ones of the same name etc...

Anyway, just a thought.

Brian</description>
		<content:encoded><![CDATA[<p>P.S. My first thought (before reading this and seeing that they are indeed stored as a binary somewhere) is that they were added directly to the m-file as, say a comment block and then just hidden by the editor.  I am glad to see that is not the case as it could cause headaches with configuration management.</p>
<p>The simplest option I could think of to make it portable would be to continue to store them in a binary but have an option to &#8220;save to file&#8221; which would create a .cfg (like superFunction.cfg) file that could then be loaded via the configuartion dialog.  Maybe give the option to merge the ones from the file with existing ones or overwrite existing ones of the same name etc&#8230;</p>
<p>Anyway, just a thought.</p>
<p>Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://blogs.mathworks.com/desktop/2007/09/17/running-functions-with-input-from-the-editor-in-r2007b/#comment-1652</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 28 Nov 2007 21:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2007/09/17/running-functions-with-input-from-the-editor-in-r2007b/#comment-1652</guid>
		<description>Great feature, and I agree with Elmar and am glad to see you are working to make it more portable...in the meantime though, where is the binary file stored so I can manually copy it from one machine to another?</description>
		<content:encoded><![CDATA[<p>Great feature, and I agree with Elmar and am glad to see you are working to make it more portable&#8230;in the meantime though, where is the binary file stored so I can manually copy it from one machine to another?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://blogs.mathworks.com/desktop/2007/09/17/running-functions-with-input-from-the-editor-in-r2007b/#comment-612</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Mon, 24 Sep 2007 10:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2007/09/17/running-functions-with-input-from-the-editor-in-r2007b/#comment-612</guid>
		<description>Hi Elmar,

Thanks for the feedback! We&#039;re actively working on making Run Configurations more portable, which should solve your problem. We certainly want to make this feature as easy to use as possible, as we think it will really streamline your workflow.

-Ken</description>
		<content:encoded><![CDATA[<p>Hi Elmar,</p>
<p>Thanks for the feedback! We&#8217;re actively working on making Run Configurations more portable, which should solve your problem. We certainly want to make this feature as easy to use as possible, as we think it will really streamline your workflow.</p>
<p>-Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elmar Mertens</title>
		<link>http://blogs.mathworks.com/desktop/2007/09/17/running-functions-with-input-from-the-editor-in-r2007b/#comment-590</link>
		<dc:creator>Elmar Mertens</dc:creator>
		<pubDate>Sun, 23 Sep 2007 10:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2007/09/17/running-functions-with-input-from-the-editor-in-r2007b/#comment-590</guid>
		<description>Hi Ken,

great functionality. I have quickly become accustomed to using it since I tested the prerelease. One thing for the future: I am working on several computers (desktop/laptop not connected to same network) and it is easy to synch my m-files on the matlab path, but so far it seems hard to synch the settings for the new run-functionality. 

Again, great feature
Elmar</description>
		<content:encoded><![CDATA[<p>Hi Ken,</p>
<p>great functionality. I have quickly become accustomed to using it since I tested the prerelease. One thing for the future: I am working on several computers (desktop/laptop not connected to same network) and it is easy to synch my m-files on the matlab path, but so far it seems hard to synch the settings for the new run-functionality. </p>
<p>Again, great feature<br />
Elmar</p>
]]></content:encoded>
	</item>
</channel>
</rss>

