<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Octave (the open source Matlab clone)</title>
	<link>/robert/2005/10/20/58/</link>
	<description>Because pictures say more than words.</description>
	<pubDate>Tue, 07 Feb 2012 16:34:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1.3</generator>

	<item>
		<title>by: Rob</title>
		<link>/robert/2005/10/20/58/#comment-42</link>
		<pubDate>Mon, 24 Oct 2005 09:58:54 +0000</pubDate>
		<guid>/robert/2005/10/20/58/#comment-42</guid>
					<description>I later had problems with gset.  You use gset to tell Octave how to communicate with the plotting engine.  I wanted to plot my graphs to file, but with a dynamic filename.  So,

&lt;code&gt;gset terminal png; % set the output file format&lt;/code&gt;

works fine.  However:

&lt;code&gt;gset output [&quot;graph-&quot; num2str(i) &quot;.png&quot;]; &lt;/code&gt;

doesn't work.  Instead, you need to do:

&lt;code&gt;eval(sprintf('gset output &quot;graph-%03d.png&quot;',i))&lt;/code&gt;</description>
		<content:encoded><![CDATA[	<p>I later had problems with gset.  You use gset to tell Octave how to communicate with the plotting engine.  I wanted to plot my graphs to file, but with a dynamic filename.  So,</p>
	<p><code>gset terminal png; % set the output file format</code></p>
	<p>works fine.  However:</p>
	<p><code>gset output ["graph-" num2str(i) ".png"]; </code></p>
	<p>doesn&#8217;t work.  Instead, you need to do:</p>
	<p><code>eval(sprintf('gset output "graph-%03d.png"',i))</code>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Bill</title>
		<link>/robert/2005/10/20/58/#comment-37</link>
		<pubDate>Thu, 20 Oct 2005 22:05:15 +0000</pubDate>
		<guid>/robert/2005/10/20/58/#comment-37</guid>
					<description>Another alternative that people might want to try as it works quite nicely in Windows is &lt;a href=&quot;http://www.scilab.org/&quot; rel=&quot;nofollow&quot;&gt;Scilab&lt;/a&gt;.  A comparison between Matlab Clones can be found at &lt;a href=&quot;http://www.dspguru.com/sw/opendsp/mathclo2.htm&quot; rel=&quot;nofollow&quot;&gt;dspguru.com&lt;/a&gt;.

&lt;strong&gt;Scilab&lt;/strong&gt;
&lt;blockquote&gt;n some ways, Scilab may be the &quot;best&quot; of the Matlab clones. Scilab has many strengths, including excellent documentation (the signal processing manual is an education in itself!) and excellent support (via e-mail and its own newsgroup). Best of all, for Windows users, Scilab is supplied not only as source code, but as a Windows binary. Scilab is mostly--but not completely--compatible with Matlab. (Scilab now comes with a Matlab-to-Scilab translator, but that's still a bit immature.)&lt;/blockquote&gt;

&lt;strong&gt;Octave&lt;/strong&gt;
&lt;blockquote&gt;Like Scilab, Octave is another mature, high-quality Matlab clone. If you use a Unix-like operating system, Octave may be a better choice than Scilab because it reportedly offers better compatibility with Matlab. (However, for Windows users, Octave suffers the comparitive disadvantage that the binary distribution of it is quite complicated to install.)&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[	<p>Another alternative that people might want to try as it works quite nicely in Windows is <a href="http://www.scilab.org/" rel="nofollow">Scilab</a>.  A comparison between Matlab Clones can be found at <a href="http://www.dspguru.com/sw/opendsp/mathclo2.htm" rel="nofollow">dspguru.com</a>.</p>
	<p><strong>Scilab</strong></p>
	<blockquote><p>n some ways, Scilab may be the &#8220;best&#8221; of the Matlab clones. Scilab has many strengths, including excellent documentation (the signal processing manual is an education in itself!) and excellent support (via e-mail and its own newsgroup). Best of all, for Windows users, Scilab is supplied not only as source code, but as a Windows binary. Scilab is mostly&#8211;but not completely&#8211;compatible with Matlab. (Scilab now comes with a Matlab-to-Scilab translator, but that&#8217;s still a bit immature.)</p></blockquote>
	<p><strong>Octave</strong></p>
	<blockquote><p>Like Scilab, Octave is another mature, high-quality Matlab clone. If you use a Unix-like operating system, Octave may be a better choice than Scilab because it reportedly offers better compatibility with Matlab. (However, for Windows users, Octave suffers the comparitive disadvantage that the binary distribution of it is quite complicated to install.)</p></blockquote>
]]></content:encoded>
				</item>
</channel>
</rss>

