<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1897</id>
	<title>Nabble - Octave - General</title>
	<updated>2009-11-14T00:52:50Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Octave---General-f1897.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Octave---General-f1897.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26348949</id>
	<title>plot &amp; print</title>
	<published>2009-11-14T00:52:50Z</published>
	<updated>2009-11-14T00:52:50Z</updated>
	<author>
		<name>Alain Content</name>
	</author>
	<content type="html">This is most likely a very stupid beginner's question, but still :
&lt;br&gt;&lt;br&gt;I use octave to generate geometrical objects, and need accurate control of their size in pixels. 
&lt;br&gt;The way I do that is to plot a figure and then print it.
&lt;br&gt;For instance, to generate, say, a 500 pixel square : 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; plot ([-1,-1,1,1,-1], [-1,1,1,-1,-1]) &amp;nbsp;# a square
&lt;br&gt;&amp;nbsp;	print (&amp;quot;-dpng&amp;quot;, &amp;quot;-S500,500&amp;quot;, &amp;quot;sq.png&amp;quot;) &amp;nbsp;# generate file
&lt;br&gt;&lt;br&gt;However, this method generates margins around the objects, and I can't find how to control the size of those margins (or suppress them).
&lt;br&gt;Alternatively, could one tell me how these margins are sized ?
&lt;br&gt;&lt;br&gt;Thanks in advance, 
&lt;br&gt;Alain
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26348949&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/plot---print-tp26348949p26348949.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26344979</id>
	<title>Re: problem about plotting</title>
	<published>2009-11-13T15:01:33Z</published>
	<updated>2009-11-13T15:01:33Z</updated>
	<author>
		<name>Ben Abbott</name>
	</author>
	<content type="html">&lt;br&gt;On Nov 13, 2009, at 12:49 PM, Jerry Wu wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Nov 13, 2009, at 6:07 AM, Ben Abbott wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; On Friday, November 13, 2009, at 04:33AM, &amp;quot;Jerry Wu&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26344979&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jerrywu26@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi I have problem plotting the graph,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; It shows me the message:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; octave-3.2.3:4&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; multiplot&amp;gt; set palette file &amp;quot;-&amp;quot; binary record=64 using 1:2:3:4;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ^
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;line 0: Gray scale not sorted in gradient.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I use:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Mac OS 10.5.8
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; GNU Octave, version 3.2.3
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Octave was configured for &amp;quot;i386-apple-darwin8.11.1&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; G N U P L O T
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 	Version 4.2 patchlevel 6
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 	last modified Sep 2009
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 	System: Darwin 9.8.0
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; X11 - 2.3.2
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; So how can I fix the problem?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Thanks a lot!!!
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Can you provide us with a simple example so that we may duplicate the problem?
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Ben
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I use simple equations like
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; x=0:90;
&lt;br&gt;&amp;gt; plot x = sin(x)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; or from the sample from octave &amp;quot;help plot&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;t = 0:0.1:6.3;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;plot (t, cos(t), &amp;quot;-;cos(t);&amp;quot;, t, sin(t), &amp;quot;+3;sin(t);&amp;quot;);
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks.
&lt;/div&gt;&lt;br&gt;The first isn't proper octave syntax. Did you mean ...
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; x = 0:90;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; plot (x, sin(x))
&lt;br&gt;&lt;br&gt;That works fine with &amp;nbsp;no error.
&lt;br&gt;&lt;br&gt;Your 2nd example also works. 
&lt;br&gt;&lt;br&gt;When you try these two examples do they produce the message below?
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; multiplot&amp;gt; set palette file &amp;quot;-&amp;quot; binary record=64 using 1:2:3:4;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ^
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;line 0: Gray scale not sorted in gradient.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;Ben
&lt;br&gt;&lt;br&gt;p.s. please bottom post so that other may follow along, and take care that you reply-all. Thanks!
&lt;br&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26344979&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problem-about-plotting-tp26336798p26344979.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26344493</id>
	<title>Re: [OctDev] Win 64 bits version</title>
	<published>2009-11-13T14:21:59Z</published>
	<updated>2009-11-13T14:21:59Z</updated>
	<author>
		<name>Tatsuro MATSUOKA-2</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;At present, there is no 64bit version of octave on windows. &amp;nbsp;I hear that Benjamin Lindner, who is
&lt;br&gt;maintainer of octave for windows on MinGW32, personally is tring to build octave by 64 bit MinGW gcc.
&lt;br&gt;&lt;br&gt;&lt;br&gt;At present, the solution I think is
&lt;br&gt;&lt;br&gt;1) wait until 64 bit version octave coming up
&lt;br&gt;&lt;br&gt;2) try to build octave by yourself with the help of the octave ML
&lt;br&gt;&lt;br&gt;3) use Linux OS, in which 64 bit octave work. (I don't know which distribution supports 64 bit octave
&lt;br&gt;)
&lt;br&gt;&lt;br&gt;4) use Matlab-64.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Tatsuro
&lt;br&gt;&lt;br&gt;--- Sven-Erik Tiberg &amp;nbsp;wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Would like to try octave in a win 2008 R2 server with 48G/500G+ memory and 2Xquadcore
&lt;br&gt;&amp;gt; processors.
&lt;br&gt;&amp;gt; Any hint on how to install octave with optimum memory and cpu core support.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; BTW, run the servers as Remote desktop servers, and uses one for imageprocessing and the other
&lt;br&gt;&amp;gt; for more general calculations using Matlab 64-version and Comsol Multiphysics and a bit more.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; /Sven-Erik
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Octave-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26344493&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Octave-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/octave-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/octave-dev&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;--------------------------------------
&lt;br&gt;GyaO! - Anime, Dramas, Movies, and Music videos [FREE]
&lt;br&gt;&lt;a href=&quot;http://pr.mail.yahoo.co.jp/gyao/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pr.mail.yahoo.co.jp/gyao/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26344493&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Win-64-bits-version-tp26344375p26344493.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26344375</id>
	<title>Win 64 bits version</title>
	<published>2009-11-13T13:25:23Z</published>
	<updated>2009-11-13T13:25:23Z</updated>
	<author>
		<name>tibbe</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;Would like to try octave in a win 2008 R2 server with 48G/500G+ memory and 2Xquadcore processors.
&lt;br&gt;Any hint on how to install octave with optimum memory and cpu core support.
&lt;br&gt;&lt;br&gt;BTW, run the servers as Remote desktop servers, and uses one for imageprocessing and the other for more general calculations using Matlab 64-version and Comsol Multiphysics and a bit more.
&lt;br&gt;&lt;br&gt;/Sven-Erik
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26344375&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Win-64-bits-version-tp26344375p26344375.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26341716</id>
	<title>Re: Octave error messages localized in English rather than in  French??</title>
	<published>2009-11-13T10:59:55Z</published>
	<updated>2009-11-13T10:59:55Z</updated>
	<author>
		<name>balteo</name>
	</author>
	<content type="html">My mistake again!&lt;br&gt;I had an error in the &amp;quot;she bang&amp;quot;.&lt;br&gt;Julien.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/13 John W. Eaton &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341716&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jwe@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div class=&quot;im&quot;&gt;On 13-Nov-2009, Jordi Gutiérrez Hermoso wrote:&lt;br&gt;
&lt;br&gt;
| I wasn&amp;#39;t aware anyone had translated Octave to French, though. What&lt;br&gt;
| exactly are you seeing in French?&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;I&amp;#39;m pretty sure Octave itself is not producing error messages in&lt;br&gt;
anything but English.  Changing your locale won&amp;#39;t do anything.&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
jwe&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341716&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Octave-error-messages-localized-in-English-rather-than-in-French---tp26341022p26341716.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26341671</id>
	<title>Re: Octave error messages localized in English rather than in  French??</title>
	<published>2009-11-13T10:54:56Z</published>
	<updated>2009-11-13T10:54:56Z</updated>
	<author>
		<name>John W. Eaton-3</name>
	</author>
	<content type="html">On 13-Nov-2009, Jordi Gutiérrez Hermoso wrote:
&lt;br&gt;&lt;br&gt;| I wasn't aware anyone had translated Octave to French, though. What
&lt;br&gt;| exactly are you seeing in French?
&lt;br&gt;&lt;br&gt;I'm pretty sure Octave itself is not producing error messages in
&lt;br&gt;anything but English. &amp;nbsp;Changing your locale won't do anything.
&lt;br&gt;&lt;br&gt;jwe
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341671&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Octave-error-messages-localized-in-English-rather-than-in-French---tp26341022p26341671.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26341445</id>
	<title>Re: Octave error messages localized in English rather than in  French??</title>
	<published>2009-11-13T10:44:59Z</published>
	<updated>2009-11-13T10:44:59Z</updated>
	<author>
		<name>Jordi Gutiérrez Hermoso</name>
	</author>
	<content type="html">2009/11/13 Julien Martin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341445&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;balteo@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; How do I switch to English please?
&lt;br&gt;&lt;br&gt;Switch your locale?
&lt;br&gt;&lt;br&gt;I wasn't aware anyone had translated Octave to French, though. What
&lt;br&gt;exactly are you seeing in French?
&lt;br&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341445&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Octave-error-messages-localized-in-English-rather-than-in-French---tp26341022p26341445.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26341044</id>
	<title>Re: Strange error when trying to load a file...</title>
	<published>2009-11-13T10:19:17Z</published>
	<updated>2009-11-13T10:19:17Z</updated>
	<author>
		<name>balteo</name>
	</author>
	<content type="html">John,&lt;br&gt;&lt;br&gt;function X=GenereVariable(p1, p2, Delta1, Delta2)&lt;br&gt;%X prend la valeur Delta1 avec probabilité p1&lt;br&gt;%X prend la valeur Delta2 avec probabilité p2&lt;br&gt;%X prend la valeur 0 avec probabilité 1-p1-p2&lt;br&gt;U = rand;&lt;br&gt;
X=Delta1 * (U&amp;lt;=p1) - Delta2 * (p1&amp;lt;U) * (p1+p2 &amp;gt;=U);&lt;br&gt;end&lt;br&gt;&lt;br&gt;printf(&amp;quot;%d&amp;quot;,GenereVariable(0.5, 0.5, 0, 1));&lt;br&gt;&lt;br&gt;I then added this in order to run it from a terminal only invoking the name of the file:&lt;br&gt;
./variable-uniforme.m&lt;br&gt;&lt;br&gt;Julien.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/13 John W. Eaton &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341044&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jwe@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div class=&quot;im&quot;&gt;On 13-Nov-2009, Julien Martin wrote:&lt;br&gt;
&lt;br&gt;
| I googled for this issue and some people have had it too with QtOctave.&lt;br&gt;
| QtOctave seems to be a nice program though.&lt;br&gt;
| Julien.&lt;br&gt;
|&lt;br&gt;
| 2009/11/13 Julien Martin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341044&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;balteo@...&lt;/a&gt;&amp;gt;&lt;br&gt;
|&lt;br&gt;
| &amp;gt; This seems to be a QtOctave problem only though.&lt;br&gt;
| &amp;gt; J.&lt;br&gt;
| &amp;gt;&lt;br&gt;
| &amp;gt; 2009/11/13 Julien Martin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341044&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;balteo@...&lt;/a&gt;&amp;gt;&lt;br&gt;
| &amp;gt;&lt;br&gt;
| &amp;gt;&amp;gt; Hello,&lt;br&gt;
| &amp;gt;&amp;gt;&lt;br&gt;
| &amp;gt;&amp;gt;&lt;br&gt;
| &amp;gt;&amp;gt; When I run this from QtOctave:&lt;br&gt;
| &amp;gt;&amp;gt; *&lt;br&gt;
| &amp;gt;&amp;gt; load(&amp;quot;-text&amp;quot;,&amp;quot;/home/julien/Documents/données/finance/octave/variable-uniforme.m&amp;quot;);&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;Exactly what is in the file variable-uniforme.m?&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
jwe&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341044&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Strange-error-when-trying-to-load-a-file...-tp26340179p26341044.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26341022</id>
	<title>Octave error messages localized in English rather than in French??</title>
	<published>2009-11-13T10:17:41Z</published>
	<updated>2009-11-13T10:17:41Z</updated>
	<author>
		<name>balteo</name>
	</author>
	<content type="html">Hello,&lt;br&gt;&lt;br&gt;Being completely new to Octave I have a few questions about it. Sorry for being rather verbose today.&lt;br&gt;&lt;br&gt;&lt;b&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;#! /usr/bin/octave -qf&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;
&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;#my program goes here...&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;/b&gt;&lt;br&gt;To my surprise, Octave displays error messages in French, (French being my locale) when run from the command line (see example of a program above).&lt;br&gt;
&lt;br&gt;How do I switch to English please?&lt;br&gt;&lt;br&gt;Julien.&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341022&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Octave-error-messages-localized-in-English-rather-than-in-French---tp26341022p26341022.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26340785</id>
	<title>Re: Using octave runtime in a commercial product</title>
	<published>2009-11-13T10:06:10Z</published>
	<updated>2009-11-13T10:06:10Z</updated>
	<author>
		<name>dbateman</name>
	</author>
	<content type="html">Judd Storrs wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Thu, Nov 12, 2009 at 7:27 PM, David Bateman &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340785&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dbateman@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; just use a popen2 in your application A to start an octave process, feed
&lt;br&gt;&amp;gt;&amp;gt; it the data you want and recover it however you want and I believe you
&lt;br&gt;&amp;gt;&amp;gt; could do this. Perhaps John might clarify his position though.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Well, unfortunately this won't really protect *.m code if someone
&lt;br&gt;&amp;gt; wants it. No matter how cleverly you encrypt the files on
&lt;br&gt;&amp;gt; disk/wherever they will always flow as plain text through the pipe.
&lt;br&gt;&amp;gt; Anyone could substitute a rogue interpreter to siphon off the code as
&lt;br&gt;&amp;gt; it is filtered. Any sort of hand-shaking would have to be either
&lt;br&gt;&amp;gt; covered by the GPL (i.e. available as source code) or MEX compatible
&lt;br&gt;&amp;gt; (i.e. reusable by a rogue octave). It seems to me the best chance of
&lt;br&gt;&amp;gt; protecting code with octave is MEX binaries with some sort of
&lt;br&gt;&amp;gt; anti-disassembler tricks. Honestly, I don't think there's much you can
&lt;br&gt;&amp;gt; do. In the end it's all just speed bumps.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --judd
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;copyright law protects it whether it is readable or not
&lt;br&gt;&lt;br&gt;D
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;David Bateman &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340785&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dbateman@...&lt;/a&gt;
&lt;br&gt;35 rue Gambetta &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;+33 1 46 04 02 18 (Home)
&lt;br&gt;92100 Boulogne-Billancourt FRANCE &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;+33 6 72 01 06 33 (Mob)
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340785&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-octave-runtime-in-a-commercial-product-tp26324093p26340785.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26340797</id>
	<title>Re: Strange error when trying to load a file...</title>
	<published>2009-11-13T10:03:38Z</published>
	<updated>2009-11-13T10:03:38Z</updated>
	<author>
		<name>John W. Eaton-3</name>
	</author>
	<content type="html">On 13-Nov-2009, Julien Martin wrote:
&lt;br&gt;&lt;br&gt;| I googled for this issue and some people have had it too with QtOctave.
&lt;br&gt;| QtOctave seems to be a nice program though.
&lt;br&gt;| Julien.
&lt;br&gt;| 
&lt;br&gt;| 2009/11/13 Julien Martin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340797&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;balteo@...&lt;/a&gt;&amp;gt;
&lt;br&gt;| 
&lt;br&gt;| &amp;gt; This seems to be a QtOctave problem only though.
&lt;br&gt;| &amp;gt; J.
&lt;br&gt;| &amp;gt;
&lt;br&gt;| &amp;gt; 2009/11/13 Julien Martin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340797&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;balteo@...&lt;/a&gt;&amp;gt;
&lt;br&gt;| &amp;gt;
&lt;br&gt;| &amp;gt;&amp;gt; Hello,
&lt;br&gt;| &amp;gt;&amp;gt;
&lt;br&gt;| &amp;gt;&amp;gt;
&lt;br&gt;| &amp;gt;&amp;gt; When I run this from QtOctave:
&lt;br&gt;| &amp;gt;&amp;gt; *
&lt;br&gt;| &amp;gt;&amp;gt; load(&amp;quot;-text&amp;quot;,&amp;quot;/home/julien/Documents/données/finance/octave/variable-uniforme.m&amp;quot;);
&lt;br&gt;&lt;br&gt;Exactly what is in the file variable-uniforme.m?
&lt;br&gt;&lt;br&gt;jwe
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340797&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Strange-error-when-trying-to-load-a-file...-tp26340179p26340797.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26340773</id>
	<title>Re: Strange error when trying to load a file...</title>
	<published>2009-11-13T10:01:59Z</published>
	<updated>2009-11-13T10:01:59Z</updated>
	<author>
		<name>balteo</name>
	</author>
	<content type="html">Jordi,&lt;br&gt;I googled for this issue and some people have had it too with QtOctave.&lt;br&gt;QtOctave seems to be a nice program though.&lt;br&gt;Julien.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/13 Julien Martin &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340773&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;balteo@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;This seems to be a QtOctave problem only though.&lt;br&gt;J.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;&lt;div class=&quot;im&quot;&gt;
2009/11/13 Julien Martin &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340773&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;balteo@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;

Hello,&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;&lt;br&gt;When I run this from QtOctave:&lt;br&gt;&lt;b style=&quot;font-family: courier new,monospace; color: rgb(102, 0, 0);&quot;&gt;load(&amp;quot;-text&amp;quot;,&amp;quot;/home/julien/Documents/données/finance/octave/variable-uniforme.m&amp;quot;);&lt;/b&gt;&lt;br&gt;


&lt;br&gt;I get this:&lt;br&gt;&lt;b style=&quot;font-family: courier new,monospace; color: rgb(102, 0, 0);&quot;&gt;error: load: empty name keyword or no data found in file /home/julien/....&lt;/b&gt;&lt;br&gt;&lt;br&gt;Can anyone help please?&lt;br&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;

Julien.&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340773&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Strange-error-when-trying-to-load-a-file...-tp26340179p26340773.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26340780</id>
	<title>Re: Strange error when trying to load a file...</title>
	<published>2009-11-13T09:59:55Z</published>
	<updated>2009-11-13T09:59:55Z</updated>
	<author>
		<name>balteo</name>
	</author>
	<content type="html">This seems to be a QtOctave problem only though.&lt;br&gt;J.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/13 Julien Martin &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340780&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;balteo@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hello,&lt;br&gt;&lt;br&gt;When I run this from QtOctave:&lt;br&gt;&lt;b style=&quot;font-family: courier new,monospace; color: rgb(102, 0, 0);&quot;&gt;load(&amp;quot;-text&amp;quot;,&amp;quot;/home/julien/Documents/données/finance/octave/variable-uniforme.m&amp;quot;);&lt;/b&gt;&lt;br&gt;

&lt;br&gt;I get this:&lt;br&gt;&lt;b style=&quot;font-family: courier new,monospace; color: rgb(102, 0, 0);&quot;&gt;error: load: empty name keyword or no data found in file /home/julien/....&lt;/b&gt;&lt;br&gt;&lt;br&gt;Can anyone help please?&lt;br&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
Julien.&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340780&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Strange-error-when-trying-to-load-a-file...-tp26340179p26340780.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26340727</id>
	<title>Re: Strange error when trying to load a file...</title>
	<published>2009-11-13T09:56:56Z</published>
	<updated>2009-11-13T09:56:56Z</updated>
	<author>
		<name>Jordi Gutiérrez Hermoso</name>
	</author>
	<content type="html">2009/11/13 Julien Martin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340727&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;balteo@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When I run this from QtOctave:
&lt;br&gt;&lt;br&gt;I hope it's not a problem with QtOctave
&lt;br&gt;&lt;br&gt;&amp;gt; load(&amp;quot;-text&amp;quot;,&amp;quot;/home/julien/Documents/données/finance/octave/variable-uniforme.m&amp;quot;);
&lt;br&gt;&lt;br&gt;Two ideas: (1) character encoding issues (2) load is for loading data,
&lt;br&gt;not code. You don't need to do anything special to load code, just be
&lt;br&gt;in its directory.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340727&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Strange-error-when-trying-to-load-a-file...-tp26340179p26340727.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26340179</id>
	<title>Strange error when trying to load a file...</title>
	<published>2009-11-13T09:20:36Z</published>
	<updated>2009-11-13T09:20:36Z</updated>
	<author>
		<name>balteo</name>
	</author>
	<content type="html">Hello,&lt;br&gt;&lt;br&gt;When I run this from QtOctave:&lt;br&gt;&lt;b style=&quot;font-family: courier new,monospace; color: rgb(102, 0, 0);&quot;&gt;load(&amp;quot;-text&amp;quot;,&amp;quot;/home/julien/Documents/données/finance/octave/variable-uniforme.m&amp;quot;);&lt;/b&gt;&lt;br&gt;
&lt;br&gt;I get this:&lt;br&gt;&lt;b style=&quot;font-family: courier new,monospace; color: rgb(102, 0, 0);&quot;&gt;error: load: empty name keyword or no data found in file /home/julien/....&lt;/b&gt;&lt;br&gt;&lt;br&gt;Can anyone help please?&lt;br&gt;&lt;br&gt;Julien.&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340179&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Strange-error-when-trying-to-load-a-file...-tp26340179p26340179.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26339855</id>
	<title>Re: Octave equivalent of Matlab's rand??</title>
	<published>2009-11-13T09:01:04Z</published>
	<updated>2009-11-13T09:01:04Z</updated>
	<author>
		<name>balteo</name>
	</author>
	<content type="html">&lt;blockquote style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot; class=&quot;gmail_quote&quot;&gt;Functions calls with&lt;br&gt;
no arguments may be written without ()&lt;br&gt;&lt;/blockquote&gt;Oh, I see... Interesting!&lt;br&gt;&lt;br&gt;Yes I did try it but it returned an error that had nothing to do with the rand function but rather to my misunderstanding of QtOctave.&lt;br&gt;
&lt;br&gt;Thanks a lot anyway!&lt;br&gt;&lt;br&gt;J.&lt;br&gt;&lt;br&gt;P.S. Do you think I can post question here about working with QtOctave?&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/13 John W. Eaton &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26339855&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jwe@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div class=&quot;im&quot;&gt;On 13-Nov-2009, Julien Martin wrote:&lt;br&gt;
&lt;br&gt;
| 1. I would like to know what is the Octave equivalent of Matlab&amp;#39;s &amp;quot;*rand*&amp;quot;&lt;br&gt;
| keyword (look at line 2 and note that there are no parentheses).&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;It&amp;#39;s not a keyword in either Matlab or Octave.  Functions calls with&lt;br&gt;
no arguments may be written without ().  Octave has a rand function,&lt;br&gt;
so I would expect your code to work in both Octave and Matlab.  Did&lt;br&gt;
you try it?&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
jwe&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26339855&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Octave-equivalent-of-Matlab%27s-rand---tp26339638p26339855.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26339804</id>
	<title>Octave equivalent of Matlab's rand??</title>
	<published>2009-11-13T08:53:43Z</published>
	<updated>2009-11-13T08:53:43Z</updated>
	<author>
		<name>John W. Eaton-3</name>
	</author>
	<content type="html">On 13-Nov-2009, Julien Martin wrote:
&lt;br&gt;&lt;br&gt;| 1. I would like to know what is the Octave equivalent of Matlab's &amp;quot;*rand*&amp;quot;
&lt;br&gt;| keyword (look at line 2 and note that there are no parentheses).
&lt;br&gt;&lt;br&gt;It's not a keyword in either Matlab or Octave. &amp;nbsp;Functions calls with
&lt;br&gt;no arguments may be written without (). &amp;nbsp;Octave has a rand function,
&lt;br&gt;so I would expect your code to work in both Octave and Matlab. &amp;nbsp;Did
&lt;br&gt;you try it?
&lt;br&gt;&lt;br&gt;jwe
&lt;br&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26339804&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Octave-equivalent-of-Matlab%27s-rand---tp26339638p26339804.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26339696</id>
	<title>Re: Octave equivalent of Matlab's rand??</title>
	<published>2009-11-13T08:50:22Z</published>
	<updated>2009-11-13T08:50:22Z</updated>
	<author>
		<name>Søren Hauberg</name>
	</author>
	<content type="html">fre, 13 11 2009 kl. 17:46 +0100, skrev Julien Martin:
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 1. I would like to know what is the Octave equivalent of Matlab's
&lt;br&gt;&amp;gt; &amp;quot;rand&amp;quot; keyword (look at line 2 and note that there are no
&lt;br&gt;&amp;gt; parentheses).
&lt;br&gt;&lt;br&gt;It's the same.
&lt;br&gt;&lt;br&gt;&amp;gt; 2. Is there a website that references all Octave/Matlab
&lt;br&gt;&amp;gt; incompatibilities/differences? If so can anyone please direct me to
&lt;br&gt;&amp;gt; it?
&lt;br&gt;&lt;br&gt;Look at the FAQ at www.octave.org:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/software/octave/FAQ.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/octave/FAQ.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Søren
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26339696&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Octave-equivalent-of-Matlab%27s-rand---tp26339638p26339696.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26339638</id>
	<title>Octave equivalent of Matlab's rand??</title>
	<published>2009-11-13T08:46:09Z</published>
	<updated>2009-11-13T08:46:09Z</updated>
	<author>
		<name>balteo</name>
	</author>
	<content type="html">Hello,&lt;br&gt;&lt;br&gt;1. I would like to know what is the Octave equivalent of Matlab&amp;#39;s &amp;quot;&lt;b&gt;rand&lt;/b&gt;&amp;quot; keyword (look at line 2 and note that there are no parentheses).&lt;br&gt;&lt;br&gt;Here is my program:&lt;br&gt;&lt;b&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;function X=GenereVariable(p1, p2, Delta1, Delta2)&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;
&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;U = rand;&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;X=Delta1 * (U&amp;lt;=p1) - Delta2 * (p1&amp;lt;U) * (p1+p2 &amp;gt;=U);&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;
&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;end&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;/b&gt;&lt;br&gt;2. Is there a website that references all Octave/Matlab incompatibilities/differences? If so can anyone please direct me to it?&lt;br&gt;
&lt;br&gt;Thanks in advance,&lt;br&gt;Julien.&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26339638&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Octave-equivalent-of-Matlab%27s-rand---tp26339638p26339638.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26338694</id>
	<title>Re: octave and delay ode's</title>
	<published>2009-11-13T07:46:29Z</published>
	<updated>2009-11-13T07:46:29Z</updated>
	<author>
		<name>franco basaglia</name>
	</author>
	<content type="html">Thanks a lot Carlo.&lt;br&gt;&lt;br&gt;The is the best way.&lt;br&gt;Using  discrete system I have exactly the results like Stella.&lt;br&gt;I&amp;#39;m happy&lt;br&gt;&lt;br&gt;&lt;br&gt;best regards&lt;br&gt;f.b.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/7 Carlo de Falco &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26338694&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;carlo.defalco@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
On 7 Nov 2009, at 19:13, franco basaglia wrote:&lt;br&gt;
&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Thank you all for your work.&lt;br&gt;
&lt;br&gt;
I have a last question.&lt;br&gt;
I&amp;#39;d convert my ode system to a discrete-time system&lt;br&gt;
with annual time step. In thsi way I can simplify my delay question.&lt;br&gt;
&lt;br&gt;
 What is the octave solver to use? How can I plan the system in Octave?&lt;br&gt;
&lt;br&gt;
The discrete system is something like that:&lt;br&gt;
&lt;br&gt;
y1(t) = y1(t-1) -y1(t)&lt;br&gt;
y2(t) = y2(t-1) -y2(t) + y1(t-5)&lt;br&gt;
y3(t) = t3(t-1) -y3(t) + y2(t-10)*y1(t-10)&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;&lt;/div&gt;
what you have written above is the Backward-Euler&lt;br&gt;
method applied to your differential system.&lt;br&gt;
to implement it in Octave, you need just to:&lt;br&gt;
&lt;br&gt;
1) initialize your state variables for t&amp;lt;=10&lt;br&gt;
2) add a cycle over t=11:T&lt;br&gt;
3) solve the non-linear system at each step with e.g. &amp;quot;fsolve&amp;quot;&lt;br&gt;
&lt;br&gt;
function res = fun (y,ym1,ym5,ym10)&lt;br&gt;
res(1) = -y(1) + ym1(1) -y(1);&lt;br&gt;
res(2) = -y(2) + ym1(2) -y(2) + ym5(1);&lt;br&gt;
res(3) = -y(3) + ym1(3) -y(3) + ym10(2)*ym10(1);&lt;br&gt;
endfunction&lt;br&gt;
&lt;br&gt;
y = ones(3,10);&lt;br&gt;
for t = 11:100&lt;br&gt;
y(:,t) = fsolve(@(x) fun(x,y(:,t-1),y(:,t-5),y(:,t-10)), y(:,t-1));&lt;br&gt;
endfor&lt;br&gt;
&lt;br&gt;
and you&amp;#39;re all set.&lt;br&gt;
anyway this is more or less equivalent to&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
&lt;br&gt;
function f = fun (t, y, yd)&lt;br&gt;
f(1) =-y(1);&lt;br&gt;&lt;/div&gt;&lt;div class=&quot;im&quot;&gt;
f(2) =-y(2) + yd(1,1);&lt;br&gt;&lt;/div&gt;&lt;div class=&quot;im&quot;&gt;
f(3) =-y(3) + yd(2,2)*yd(1,2);&lt;br&gt;&lt;/div&gt;&lt;div class=&quot;im&quot;&gt;
endfunction&lt;br&gt;
T = [0,20];&lt;br&gt;
res = ode45d (@fun, T, [1;1;1], [5, 10], ones (3,2));&lt;br&gt;
&lt;br&gt;&lt;/div&gt;
but much less accurate, as you can see by running both implementations above and then typing:&lt;br&gt;
&lt;br&gt;
plot(-10:89, y)&lt;br&gt;
hold on&lt;br&gt;
plot (res.x, res.y, &amp;#39;x-&amp;#39;)&lt;br&gt;
&lt;br&gt;
it seems to me that, while it more or less captures the asymtotic behaviuor,&lt;br&gt;
your simplified solver damps away the initial oscillations completely.&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Thank you&lt;br&gt;
best regards&lt;br&gt;
f.b.&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;&lt;/div&gt;
HTH,&lt;br&gt;&lt;font color=&quot;#888888&quot;&gt;
c.&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26338694&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/octave-and-delay-ode%27s-tp26092233p26338694.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26337131</id>
	<title>Re: problem about plotting</title>
	<published>2009-11-13T06:07:15Z</published>
	<updated>2009-11-13T06:07:15Z</updated>
	<author>
		<name>Ben Abbott</name>
	</author>
	<content type="html">On Friday, November 13, 2009, at 04:33AM, &amp;quot;Jerry Wu&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26337131&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jerrywu26@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;Hi I have problem plotting the graph,
&lt;br&gt;&amp;gt;It shows me the message:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;octave-3.2.3:4&amp;gt;
&lt;br&gt;&amp;gt;multiplot&amp;gt; set palette file &amp;quot;-&amp;quot; binary record=64 using 1:2:3:4;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ^
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;line 0: Gray scale not sorted in gradient.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;I use:
&lt;br&gt;&amp;gt;Mac OS 10.5.8
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;GNU Octave, version 3.2.3
&lt;br&gt;&amp;gt;Octave was configured for &amp;quot;i386-apple-darwin8.11.1&amp;quot;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;G N U P L O T
&lt;br&gt;&amp;gt;	Version 4.2 patchlevel 6
&lt;br&gt;&amp;gt;	last modified Sep 2009
&lt;br&gt;&amp;gt;	System: Darwin 9.8.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;X11 - 2.3.2
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;So how can I fix the problem?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Thanks a lot!!!
&lt;/div&gt;&lt;br&gt;Can you provide us with a simple example so that we may duplicate the problem?
&lt;br&gt;&lt;br&gt;Ben
&lt;br&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26337131&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problem-about-plotting-tp26336798p26337131.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26336814</id>
	<title>Re: Using octave runtime in a commercial product</title>
	<published>2009-11-13T05:44:59Z</published>
	<updated>2009-11-13T05:44:59Z</updated>
	<author>
		<name>Jordi Gutiérrez Hermoso</name>
	</author>
	<content type="html">2009/11/13 Eduardo Fuentetaja &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26336814&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;efuentetaja@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; Well, I trust our customers (mostly law enforcement organizations), but I
&lt;br&gt;&amp;gt; don’t trust our competitors at all.
&lt;br&gt;&lt;br&gt;Why would your customers give your code to your competitors?
&lt;br&gt;&lt;br&gt;And if they did, how would your competitors using that code hurt you,
&lt;br&gt;since it would only mean that they would have to release source as
&lt;br&gt;well?
&lt;br&gt;&lt;br&gt;The GPL levels the playing field. In free code which is commercially
&lt;br&gt;viable (e.g. Linux), all companies contribute to the code on the same
&lt;br&gt;terms. IBM gives patches to Linux because it benefits IBM; Intel
&lt;br&gt;provides drivers for Linux because it's good for Intel to do so. This
&lt;br&gt;tangentially also benefits others companies, but that's not why IBM
&lt;br&gt;and Intel are doing it.
&lt;br&gt;&lt;br&gt;I think Octave is equally commercially viable, but having such a huge
&lt;br&gt;competitor as Matlab has made it difficult so far to outshine it.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26336814&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-octave-runtime-in-a-commercial-product-tp26324093p26336814.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26336681</id>
	<title>RE: Using octave runtime in a commercial product</title>
	<published>2009-11-13T01:48:01Z</published>
	<updated>2009-11-13T01:48:01Z</updated>
	<author>
		<name>Eduardo Fuentetaja</name>
	</author>
	<content type="html">&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;

&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=ES-TRAD link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Well, I trust our customers (mostly law enforcement
organizations), but I don&amp;#8217;t trust our competitors at all.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Regards,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;                Ed&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span lang=ES style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt;De:&lt;/span&gt;&lt;/b&gt;&lt;span lang=ES style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt; Jaroslav
Hajek [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26336681&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;highegg@...&lt;/a&gt;] &lt;br&gt;
&lt;b&gt;Enviado el:&lt;/b&gt; viernes, 13 de noviembre de 2009 8:57&lt;br&gt;
&lt;b&gt;Para:&lt;/b&gt; Eduardo Fuentetaja&lt;br&gt;
&lt;b&gt;CC:&lt;/b&gt; Jordi Gutiérrez Hermoso; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26336681&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;help@...&lt;/a&gt;&lt;br&gt;
&lt;b&gt;Asunto:&lt;/b&gt; Re: Using octave runtime in a commercial product&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;2009/11/13 Eduardo Fuentetaja &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26336681&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;efuentetaja@...&lt;/a&gt;&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;Thank you all guys for the
info. I got the picture.&lt;br&gt;
&lt;br&gt;
Just for the record: I'm not an enemy of freedom. In fact I have contributed in
the past a great deal of my time to some open source projects and I feel proud
of it. This question was for my day job (the one that helps me pay my bills),
and the last think I want for many reasons (including legal) is to take
dishonest advantage of the good work you guys put in Octave.&lt;br&gt;
&lt;br&gt;
One piece of thought for your consideration: Octave's got great value and there
are companies out there (like mine) that would be willing to compensate
economically for the benefits of legally using Octave. Then you use that money
to helping cure malaria or -another idea- to organize a Octave user day in
Vegas, all expenses paid.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;br&gt;
Some free software projects have the dual licensing option to address such
needs (and funding opportunities). However, for Octave it doesn't work because
there is no company collecting copyright from contributors; you'd need to
arrange the licensing with all past contributors, and there are dozens of them.
There are numerous ways how you can encrypt your m-files to make unlicensed use
difficult; however, as Judd noted, the decryption could always be intercepted.&lt;br&gt;
&lt;br&gt;
Maybe you're too pessimistic? Just supply the m-files with clearly stated
copyright - look what MathWorks does. Why not just trust your customers?&lt;br&gt;
&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;
margin-left:4.8pt;margin-right:0cm'&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;Thanks a lot for your comments
and keep up the good work.&lt;br&gt;
&lt;br&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Ed&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/blockquote&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;br&gt;
&lt;br clear=all&gt;
&lt;br&gt;
-- &lt;br&gt;
RNDr. Jaroslav Hajek&lt;br&gt;
computing expert &amp;amp; GNU Octave developer&lt;br&gt;
Aeronautical Research and Test Institute (VZLU)&lt;br&gt;
Prague, Czech Republic&lt;br&gt;
url: &lt;a href=&quot;http://www.highegg.matfyz.cz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.highegg.matfyz.cz&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26336681&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;smime.p7s&lt;/strong&gt; (5K) &lt;a href=&quot;http://old.nabble.com/attachment/26336681/0/smime.p7s&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-octave-runtime-in-a-commercial-product-tp26324093p26336681.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26336798</id>
	<title>problem about plotting</title>
	<published>2009-11-13T01:33:55Z</published>
	<updated>2009-11-13T01:33:55Z</updated>
	<author>
		<name>Jerry Wu-2</name>
	</author>
	<content type="html">Hi I have problem plotting the graph,
&lt;br&gt;It shows me the message:
&lt;br&gt;&lt;br&gt;octave-3.2.3:4&amp;gt;
&lt;br&gt;multiplot&amp;gt; set palette file &amp;quot;-&amp;quot; binary record=64 using 1:2:3:4;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;^
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; line 0: Gray scale not sorted in gradient.
&lt;br&gt;&lt;br&gt;&lt;br&gt;I use:
&lt;br&gt;Mac OS 10.5.8
&lt;br&gt;&lt;br&gt;GNU Octave, version 3.2.3
&lt;br&gt;Octave was configured for &amp;quot;i386-apple-darwin8.11.1&amp;quot;.
&lt;br&gt;&lt;br&gt;G N U P L O T
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Version 4.2 patchlevel 6
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; last modified Sep 2009
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; System: Darwin 9.8.0
&lt;br&gt;&lt;br&gt;X11 - 2.3.2
&lt;br&gt;&lt;br&gt;So how can I fix the problem?
&lt;br&gt;&lt;br&gt;Thanks a lot!!!
&lt;br&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26336798&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problem-about-plotting-tp26336798p26336798.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26332698</id>
	<title>Re: Using octave runtime in a commercial product</title>
	<published>2009-11-12T23:57:18Z</published>
	<updated>2009-11-12T23:57:18Z</updated>
	<author>
		<name>Jaroslav Hajek-2</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/13 Eduardo Fuentetaja &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26332698&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;efuentetaja@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Thank you all guys for the info. I got the picture.&lt;br&gt;
&lt;br&gt;
Just for the record: I&amp;#39;m not an enemy of freedom. In fact I have contributed in the past a great deal of my time to some open source projects and I feel proud of it. This question was for my day job (the one that helps me pay my bills), and the last think I want for many reasons (including legal) is to take dishonest advantage of the good work you guys put in Octave.&lt;br&gt;

&lt;br&gt;
One piece of thought for your consideration: Octave&amp;#39;s got great value and there are companies out there (like mine) that would be willing to compensate economically for the benefits of legally using Octave. Then you use that money to helping cure malaria or -another idea- to organize a Octave user day in Vegas, all expenses paid.&lt;br&gt;

&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;Some free software projects have the dual licensing option to address such needs (and funding opportunities). However, for Octave it doesn&amp;#39;t work because there is no company collecting copyright from contributors; you&amp;#39;d need to arrange the licensing with all past contributors, and there are dozens of them. There are numerous ways how you can encrypt your m-files to make unlicensed use difficult; however, as Judd noted, the decryption could always be intercepted.&lt;br&gt;
&lt;br&gt;Maybe you&amp;#39;re too pessimistic? Just supply the m-files with clearly stated copyright - look what MathWorks does. Why not just trust your customers?&lt;br&gt; &lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;

Thanks a lot for your comments and keep up the good work.&lt;br&gt;
&lt;br&gt;
        Ed&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;RNDr. Jaroslav Hajek&lt;br&gt;computing expert &amp;amp; GNU Octave developer&lt;br&gt;Aeronautical Research and Test Institute (VZLU)&lt;br&gt;Prague, Czech Republic&lt;br&gt;url: &lt;a href=&quot;http://www.highegg.matfyz.cz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.highegg.matfyz.cz&lt;/a&gt;&lt;br&gt;

&lt;br /&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26332698&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-octave-runtime-in-a-commercial-product-tp26324093p26332698.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26332664</id>
	<title>RE: Using octave runtime in a commercial product</title>
	<published>2009-11-12T23:50:27Z</published>
	<updated>2009-11-12T23:50:27Z</updated>
	<author>
		<name>John W. Eaton-3</name>
	</author>
	<content type="html">On 13-Nov-2009, Søren Hauberg wrote:
&lt;br&gt;&lt;br&gt;| Are you suggesting that companies should be able to get Octave under a
&lt;br&gt;| different license for some amount of cash? While such money would be
&lt;br&gt;| helpful, I don't think the approach would be practical as we would have
&lt;br&gt;| to get this accepted by all the people that have contributed to Octave
&lt;br&gt;| during the last decade. This would be a huge task...
&lt;br&gt;&lt;br&gt;Somewhat longer than that now, almost 18 years. &amp;nbsp;And some of the
&lt;br&gt;contributors are dead, so contacting them might prove to be
&lt;br&gt;difficult.
&lt;br&gt;&lt;br&gt;jwe
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26332664&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-octave-runtime-in-a-commercial-product-tp26324093p26332664.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26332574</id>
	<title>RE: Using octave runtime in a commercial product</title>
	<published>2009-11-12T23:40:24Z</published>
	<updated>2009-11-12T23:40:24Z</updated>
	<author>
		<name>Søren Hauberg</name>
	</author>
	<content type="html">fre, 13 11 2009 kl. 08:28 +0100, skrev Eduardo Fuentetaja:
&lt;br&gt;&amp;gt; One piece of thought for your consideration: Octave's got great value
&lt;br&gt;&amp;gt; and there are companies out there (like mine) that would be willing to
&lt;br&gt;&amp;gt; compensate economically for the benefits of legally using Octave. Then
&lt;br&gt;&amp;gt; you use that money to helping cure malaria or -another idea- to
&lt;br&gt;&amp;gt; organize a Octave user day in Vegas, all expenses paid.
&lt;br&gt;&lt;br&gt;Are you suggesting that companies should be able to get Octave under a
&lt;br&gt;different license for some amount of cash? While such money would be
&lt;br&gt;helpful, I don't think the approach would be practical as we would have
&lt;br&gt;to get this accepted by all the people that have contributed to Octave
&lt;br&gt;during the last decade. This would be a huge task...
&lt;br&gt;&lt;br&gt;Søren
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26332574&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-octave-runtime-in-a-commercial-product-tp26324093p26332574.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26332528</id>
	<title>RE: Using octave runtime in a commercial product</title>
	<published>2009-11-12T23:28:02Z</published>
	<updated>2009-11-12T23:28:02Z</updated>
	<author>
		<name>Eduardo Fuentetaja</name>
	</author>
	<content type="html">Thank you all guys for the info. I got the picture.
&lt;br&gt;&lt;br&gt;Just for the record: I'm not an enemy of freedom. In fact I have contributed in the past a great deal of my time to some open source projects and I feel proud of it. This question was for my day job (the one that helps me pay my bills), and the last think I want for many reasons (including legal) is to take dishonest advantage of the good work you guys put in Octave.
&lt;br&gt;&lt;br&gt;One piece of thought for your consideration: Octave's got great value and there are companies out there (like mine) that would be willing to compensate economically for the benefits of legally using Octave. Then you use that money to helping cure malaria or -another idea- to organize a Octave user day in Vegas, all expenses paid.
&lt;br&gt;&lt;br&gt;Thanks a lot for your comments and keep up the good work.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Ed
&lt;br&gt;&lt;br&gt;-----Mensaje original-----
&lt;br&gt;De: Jordi Gutiérrez Hermoso [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26332528&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordigh@...&lt;/a&gt;] 
&lt;br&gt;Enviado el: viernes, 13 de noviembre de 2009 6:12
&lt;br&gt;Para: Eduardo Fuentetaja
&lt;br&gt;CC: David Bateman; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26332528&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;help@...&lt;/a&gt;
&lt;br&gt;Asunto: Re: Using octave runtime in a commercial product
&lt;br&gt;&lt;br&gt;2009/11/12 Jordi Gutiérrez Hermoso &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26332528&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordigh@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; 2009/11/12 Eduardo Fuentetaja &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26332528&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;efuentetaja@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt; Yes, we'd like to protect the m-files.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I think you mean &amp;quot;restrict&amp;quot;,
&lt;br&gt;&lt;br&gt;I'm sorry. This came out a bit more harsh than I wanted it to sound,
&lt;br&gt;particularly because we speak different languages on the
&lt;br&gt;free/proprietary - gratis/commercial plane.
&lt;br&gt;&lt;br&gt;Octave has a long and rich history of code sharing and community. If
&lt;br&gt;you want to take code and use it without giving back, some
&lt;br&gt;longstanding members of the Octave community might react unfavourably.
&lt;br&gt;I urge you to reconsider the use case you plan for Octave and consider
&lt;br&gt;releasing free commercial code.
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26332528&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;smime.p7s&lt;/strong&gt; (5K) &lt;a href=&quot;http://old.nabble.com/attachment/26332528/0/smime.p7s&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-octave-runtime-in-a-commercial-product-tp26324093p26332528.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26332136</id>
	<title>Problems with dbstop command</title>
	<published>2009-11-12T22:45:23Z</published>
	<updated>2009-11-12T22:45:23Z</updated>
	<author>
		<name>Russ Fretenburg</name>
	</author>
	<content type="html">Hi,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I am using Octave 3.2.2 on Ubuntu 9.10 and am having trouble debugging a script using Octave&amp;#39;s command line debugger. I set a breakpoint in my script using the dbstop command and when I run the script it stops at the correct place. No debug&amp;gt; prompt appears though. It just sits there blankly and my CPU gets 100% used by Octave. Here is what I see:&lt;/div&gt;

&lt;div&gt;------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div&gt;&lt;div&gt;RussBoxerOctave: line 427, column 2&lt;/div&gt;&lt;div&gt;keyboard: stopped in /home/fretenburg/Documents/PDE/Ensco/Boxer/Software/Octave/RussBoxerOctave.m at line 427&lt;/div&gt;

&lt;div&gt;427:           x=[10:5:(NumberOfFiles*5+5)];&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;-----------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;

&lt;div&gt;It just sits there like that until I hit Cntl-C to exit.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;Any ideas what I am doing wrong?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Best regards,&lt;/div&gt;&lt;div&gt;Russ&lt;/div&gt;&lt;div&gt;&lt;br&gt;-- &lt;br&gt;Russ Fretenburg&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26332136&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fretenburg@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://ca.linkedin.com/in/russfretenburg&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://ca.linkedin.com/in/russfretenburg&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26332136&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problems-with-dbstop-command-tp26332136p26332136.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26331583</id>
	<title>Re: Using octave runtime in a commercial product</title>
	<published>2009-11-12T21:12:02Z</published>
	<updated>2009-11-12T21:12:02Z</updated>
	<author>
		<name>Jordi Gutiérrez Hermoso</name>
	</author>
	<content type="html">2009/11/12 Jordi Gutiérrez Hermoso &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26331583&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordigh@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; 2009/11/12 Eduardo Fuentetaja &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26331583&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;efuentetaja@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt; Yes, we'd like to protect the m-files.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I think you mean &amp;quot;restrict&amp;quot;,
&lt;br&gt;&lt;br&gt;I'm sorry. This came out a bit more harsh than I wanted it to sound,
&lt;br&gt;particularly because we speak different languages on the
&lt;br&gt;free/proprietary - gratis/commercial plane.
&lt;br&gt;&lt;br&gt;Octave has a long and rich history of code sharing and community. If
&lt;br&gt;you want to take code and use it without giving back, some
&lt;br&gt;longstanding members of the Octave community might react unfavourably.
&lt;br&gt;I urge you to reconsider the use case you plan for Octave and consider
&lt;br&gt;releasing free commercial code.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26331583&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-octave-runtime-in-a-commercial-product-tp26324093p26331583.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26331514</id>
	<title>Re: Using octave runtime in a commercial product</title>
	<published>2009-11-12T21:02:26Z</published>
	<updated>2009-11-12T21:02:26Z</updated>
	<author>
		<name>Jordi Gutiérrez Hermoso</name>
	</author>
	<content type="html">2009/11/12 Eduardo Fuentetaja &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26331514&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;efuentetaja@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; Yes, we'd like to protect the m-files.
&lt;br&gt;&lt;br&gt;I think you mean &amp;quot;restrict&amp;quot;, files aren't damaged or hurt when they're
&lt;br&gt;copied, distributed, or studied. If you modify them for the worse,
&lt;br&gt;that could arguably be something that needs to be protected against,
&lt;br&gt;but I don't think that's what you have in mind.
&lt;br&gt;&lt;br&gt;Also, commercial and free aren't contradictory terms, there is much
&lt;br&gt;free software that is being sold for a profit, and profitably so.
&lt;br&gt;&lt;br&gt;The antonym of commercial is gratis; the antonym of free is
&lt;br&gt;proprietary. These pair of antonyms lie on orthogonal axes.
&lt;br&gt;&lt;br&gt;&amp;gt; The idea would be to have an application A that calls a library L.
&lt;br&gt;&lt;br&gt;Since it's in library form, I assume you mean dynamic linking. The
&lt;br&gt;FSF's standing opinion is that dynamic linking constitutes a
&lt;br&gt;derivative work under copyright law, hence covered under the GPL,
&lt;br&gt;although a few people disagree with this, and nobody has successfully
&lt;br&gt;challenged the FSF's opinion in court. I don't recommend you attempt
&lt;br&gt;to challenge this opinion.
&lt;br&gt;&lt;br&gt;If you don't want freedom, Octave isn't for you.
&lt;br&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26331514&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-octave-runtime-in-a-commercial-product-tp26324093p26331514.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26329883</id>
	<title>Problem in installing octave-3.2.3 in Suse Linux 2.6.16.60-0.42.7</title>
	<published>2009-11-12T17:43:49Z</published>
	<updated>2009-11-12T17:43:49Z</updated>
	<author>
		<name>srini-23</name>
	</author>
	<content type="html">Dear member,&lt;br&gt;&lt;br&gt;I am a newby in Octave. I tried to install Octave-3.2.3 in Linux machine with Suse 2.6.16.60-0.42.7. The GCC version is 4.4.1&lt;br&gt;&lt;br&gt;I am seeing the following errors after I Run &amp;quot;make.&amp;quot;&lt;br&gt;&lt;br&gt;
&lt;b&gt;../libcruft/libcruft.so: undefined reference to `csrot_&amp;#39;&lt;br&gt;../libcruft/libcruft.so: undefined reference to `zdrot_&amp;#39;&lt;br&gt;collect2: ld returned 1 exit status&lt;br&gt;make[2]: *** [octave] Error 1&lt;br&gt;make[2]: Leaving directory `/mnt/gpfs/usrpeople/srini/octave-3.2.3/src&amp;#39;&lt;br&gt;
make[1]: *** [src] Error 2&lt;br&gt;make[1]: Leaving directory `/mnt/gpfs/usrpeople/srini/octave-3.2.3&amp;#39;&lt;br&gt;make: *** [all] Error 2&lt;/b&gt;&lt;br&gt;&lt;br&gt;Not sure what this means. Can anybody please help me out here?&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;
Srini&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26329883&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-in-installing-octave-3.2.3-in-Suse-Linux-2.6.16.60-0.42.7-tp26329883p26329883.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26330305</id>
	<title>Re: eps size in print</title>
	<published>2009-11-12T17:17:15Z</published>
	<updated>2009-11-12T17:17:15Z</updated>
	<author>
		<name>Ben Abbott</name>
	</author>
	<content type="html">On Nov 12, 2009, at 7:52 AM, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26330305&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rpf@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello all,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I print my plots to eps files to include them in PDFLatex documents
&lt;br&gt;&amp;gt; after using epstopdf. The print command help states that the size
&lt;br&gt;&amp;gt; option, e.g. -S700,700 is only available when using PNG and SVG. When
&lt;br&gt;&amp;gt; I resize the eps afterwards with epsffit or using
&lt;br&gt;&amp;gt; inscludegraphics[height=5cm]{...}, the text is distorted. How can I
&lt;br&gt;&amp;gt; preset the size of the image I get, or is there a way to resize the
&lt;br&gt;&amp;gt; eps without loosing the textsize?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; thanks!
&lt;/div&gt;&lt;br&gt;Using the 3.0.x series of Octave, I do not know how to change the size of the eps output.
&lt;br&gt;&lt;br&gt;For the 3.2.x series, the size of the output is specified by the figure property &amp;quot;paperposition&amp;quot;, which is a 4 element vector. For eps output, running 3.2.2/3, the first two elements of the vector do not effect the eps output. The 2nd two define the width and height in inches. 
&lt;br&gt;&lt;br&gt;To obtain a 6x4 inch eps image
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; set (gcf, &amp;quot;paperpositionsize&amp;quot;, [0.5 0.5 6 4])
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; print -depsc foo.eps
&lt;br&gt;&lt;br&gt;Ben
&lt;br&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26330305&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/eps-size-in-print-tp26318178p26330305.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26329771</id>
	<title>Re: Plotting issues: arrows and label font size</title>
	<published>2009-11-12T17:16:57Z</published>
	<updated>2009-11-12T17:16:57Z</updated>
	<author>
		<name>Ben Abbott</name>
	</author>
	<content type="html">&lt;br&gt;On Nov 12, 2009, at 7:33 AM, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26329771&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rpf@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; Second: axis label sizes. &amp;nbsp;I think I'm doing the right thing by setting
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; xlabel('X','fontsize',16)
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; ... but although getting the properties of the label with get() reveals
&lt;br&gt;&amp;gt;&amp;gt; the fontsize value has been set correctly, when I use the print command
&lt;br&gt;&amp;gt;&amp;gt; to output an EPS file the font size is not changed. &amp;nbsp;Is it me or Octave
&lt;br&gt;&amp;gt;&amp;gt; who is doing things wrong? :-P
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I use
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; xlabel(&amp;quot;X&amp;quot;,&amp;quot;fontsize&amp;quot;, 16)
&lt;br&gt;&amp;gt; print -deps -F:10 foo.eps
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; and that works well. It prints the xlabel with font size 16 and the
&lt;br&gt;&amp;gt; values on the axes in font size 10. (at least for octave 3.0, gnuplot
&lt;br&gt;&amp;gt; 4.5 using wxt terminal)
&lt;/div&gt;&lt;br&gt;The above works for 3.0.x, but will not work for the more recent 3.2.x builds.
&lt;br&gt;&lt;br&gt;Octave's development has been progressing toward compatibility with Matlab. However, it is not there yet. The commands below will produce a plot with 10pt fonts for the axis tick labels and for the ylabel. The xlabel will be size 16.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; x = 0:10;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; plot (x, x)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; set (gca, &amp;quot;fontsize&amp;quot;, 20)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xlabel (&amp;quot;fontsize=16&amp;quot;, &amp;quot;fontsize&amp;quot;, 32)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ylabel (&amp;quot;fontsize=10&amp;quot;, &amp;quot;fontsize&amp;quot;, 20)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; print -depsc foo.eps
&lt;br&gt;&lt;br&gt;The fontsizes are set to twice the targeted values as the gnuplot eps terminal scales the fontsize down by a factor of two (this is intentional, and not a bug).
&lt;br&gt;&lt;br&gt;Ben
&lt;br&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26329771&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Plotting-issues%3A-arrows-and-label-font-size-tp26311518p26329771.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26329495</id>
	<title>Re: Using octave runtime in a commercial product</title>
	<published>2009-11-12T16:59:35Z</published>
	<updated>2009-11-12T16:59:35Z</updated>
	<author>
		<name>Judd Storrs</name>
	</author>
	<content type="html">On Thu, Nov 12, 2009 at 7:27 PM, David Bateman &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26329495&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dbateman@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; just use a popen2 in your application A to start an octave process, feed
&lt;br&gt;&amp;gt; it the data you want and recover it however you want and I believe you
&lt;br&gt;&amp;gt; could do this. Perhaps John might clarify his position though.
&lt;br&gt;&lt;br&gt;Well, unfortunately this won't really protect *.m code if someone
&lt;br&gt;wants it. No matter how cleverly you encrypt the files on
&lt;br&gt;disk/wherever they will always flow as plain text through the pipe.
&lt;br&gt;Anyone could substitute a rogue interpreter to siphon off the code as
&lt;br&gt;it is filtered. Any sort of hand-shaking would have to be either
&lt;br&gt;covered by the GPL (i.e. available as source code) or MEX compatible
&lt;br&gt;(i.e. reusable by a rogue octave). It seems to me the best chance of
&lt;br&gt;protecting code with octave is MEX binaries with some sort of
&lt;br&gt;anti-disassembler tricks. Honestly, I don't think there's much you can
&lt;br&gt;do. In the end it's all just speed bumps.
&lt;br&gt;&lt;br&gt;&lt;br&gt;--judd
&lt;br&gt;_______________________________________________
&lt;br&gt;Help-octave mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26329495&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Help-octave@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www-old.cae.wisc.edu/mailman/listinfo/help-octave&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-octave-runtime-in-a-commercial-product-tp26324093p26329495.html" />
</entry>

</feed>
