<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Specialized Matlab plots	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/specialized-matlab-plots/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/specialized-matlab-plots?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=specialized-matlab-plots</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Tue, 17 Apr 2012 14:25:04 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.3</generator>
	<item>
		<title>
		By: Patrick		</title>
		<link>https://undocumentedmatlab.com/articles/specialized-matlab-plots#comment-81902</link>

		<dc:creator><![CDATA[Patrick]]></dc:creator>
		<pubDate>Tue, 17 Apr 2012 14:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2849#comment-81902</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/specialized-matlab-plots#comment-81823&quot;&gt;Malcolm Lidierth&lt;/a&gt;.

@Malcolm

I tired using your submission on the FEX and I am able to create my example above, I&#039;ll see what I can do about using 0.8.4. Thanks for your suggestions.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/specialized-matlab-plots#comment-81823">Malcolm Lidierth</a>.</p>
<p>@Malcolm</p>
<p>I tired using your submission on the FEX and I am able to create my example above, I&#8217;ll see what I can do about using 0.8.4. Thanks for your suggestions.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Malcolm Lidierth		</title>
		<link>https://undocumentedmatlab.com/articles/specialized-matlab-plots#comment-81823</link>

		<dc:creator><![CDATA[Malcolm Lidierth]]></dc:creator>
		<pubDate>Tue, 17 Apr 2012 00:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2849#comment-81823</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/specialized-matlab-plots#comment-81796&quot;&gt;Patrick&lt;/a&gt;.

@Patrick
Some of the jzy3d dependencies (e.g. JOGL) are part of the standard MATLAB distribution and on the static javaclasspath - but not in the right version for jzy3d 0.9. Try using  jzy3d 0.8.4 which worked for me - or update the dependent jars loaded by MATLAB.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/specialized-matlab-plots#comment-81796">Patrick</a>.</p>
<p>@Patrick<br />
Some of the jzy3d dependencies (e.g. JOGL) are part of the standard MATLAB distribution and on the static javaclasspath &#8211; but not in the right version for jzy3d 0.9. Try using  jzy3d 0.8.4 which worked for me &#8211; or update the dependent jars loaded by MATLAB.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/specialized-matlab-plots#comment-81806</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Mon, 16 Apr 2012 21:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2849#comment-81806</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/specialized-matlab-plots#comment-81796&quot;&gt;Patrick&lt;/a&gt;.

@Patrick - I&#039;m not exactly sure, but you can look at Malcolm Lidierth&#039;s recent &lt;a target=&quot;_blank&quot; href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/35026&quot; rel=&quot;nofollow&quot;&gt;FEX submission&lt;/a&gt; that demonstrates using jzy3d in Matlab. If you drill down in this submission&#039;s internal m-code (which shouldn&#039;t be too difficult), I&#039;m pretty sure you&#039;ll find the answer.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/specialized-matlab-plots#comment-81796">Patrick</a>.</p>
<p>@Patrick &#8211; I&#8217;m not exactly sure, but you can look at Malcolm Lidierth&#8217;s recent <a target="_blank" href="http://www.mathworks.com/matlabcentral/fileexchange/35026" rel="nofollow">FEX submission</a> that demonstrates using jzy3d in Matlab. If you drill down in this submission&#8217;s internal m-code (which shouldn&#8217;t be too difficult), I&#8217;m pretty sure you&#8217;ll find the answer.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Patrick		</title>
		<link>https://undocumentedmatlab.com/articles/specialized-matlab-plots#comment-81796</link>

		<dc:creator><![CDATA[Patrick]]></dc:creator>
		<pubDate>Mon, 16 Apr 2012 20:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2849#comment-81796</guid>

					<description><![CDATA[Hey Yair, 

Amazing blog I read it all the time; I have a quick question about using the jzy3d library (Supposedly a good library for charts that are bit more complicated than those in JFreeChart, which I have gotten working with no problems).  I have just been testing it and I am having difficulty getting a piece of code working.  I added the following files to the static path:

org.jzy3d-0.9.jar
org.jzy3d-0.9-dependencies.zip

And ran the following code:

&lt;pre lang=&quot;matlab&quot;&gt;
size = 100000;
points(size,1) = org.jzy3d.maths.Coord3d;
for k=1:size
    x = rand(1) * 1000;
    y = rand(1) * 1000;
    z = rand(1) * 1000;
    points(k) = org.jzy3d.maths.Coord3d(x,y,z);
end
colormapper = org.jzy3d.colors.ColorMapper(org.jzy3d.colors.colormaps.ColorMapRainbow(),0,100);
scatter = org.jzy3d.plot3d.primitives.MultiColorScatter(points,colormapper);
chart = org.jzy3d.chart.Chart;
&lt;/pre&gt;

When I create the &#039;chart&#039; object I get the following error:

Undefined variable &quot;org&quot; or function &quot;org.jzy3d.chart.Chart&quot;.

I have checked to ensure that the fully qualified name is correct and the constructor accepts no arguments. 

Any help will be appreciated. 

Thanks,]]></description>
			<content:encoded><![CDATA[<p>Hey Yair, </p>
<p>Amazing blog I read it all the time; I have a quick question about using the jzy3d library (Supposedly a good library for charts that are bit more complicated than those in JFreeChart, which I have gotten working with no problems).  I have just been testing it and I am having difficulty getting a piece of code working.  I added the following files to the static path:</p>
<p>org.jzy3d-0.9.jar<br />
org.jzy3d-0.9-dependencies.zip</p>
<p>And ran the following code:</p>
<pre lang="matlab">
size = 100000;
points(size,1) = org.jzy3d.maths.Coord3d;
for k=1:size
    x = rand(1) * 1000;
    y = rand(1) * 1000;
    z = rand(1) * 1000;
    points(k) = org.jzy3d.maths.Coord3d(x,y,z);
end
colormapper = org.jzy3d.colors.ColorMapper(org.jzy3d.colors.colormaps.ColorMapRainbow(),0,100);
scatter = org.jzy3d.plot3d.primitives.MultiColorScatter(points,colormapper);
chart = org.jzy3d.chart.Chart;
</pre>
<p>When I create the &#8216;chart&#8217; object I get the following error:</p>
<p>Undefined variable &#8220;org&#8221; or function &#8220;org.jzy3d.chart.Chart&#8221;.</p>
<p>I have checked to ensure that the fully qualified name is correct and the constructor accepts no arguments. </p>
<p>Any help will be appreciated. </p>
<p>Thanks,</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Malcolm Lidierth		</title>
		<link>https://undocumentedmatlab.com/articles/specialized-matlab-plots#comment-81287</link>

		<dc:creator><![CDATA[Malcolm Lidierth]]></dc:creator>
		<pubDate>Fri, 13 Apr 2012 19:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2849#comment-81287</guid>

					<description><![CDATA[As well as &lt;code&gt;JFreeChart&lt;/code&gt;, JavaFX 2.0 Charts can also be added to MATLAB figures using a &lt;code&gt;JFXPanel&lt;/code&gt;. Those can be added to MATLAB containers in the same way as a &lt;code&gt;JPanel&lt;/code&gt; using the undocumented &lt;i&gt;&lt;b&gt;javacomponent&lt;/b&gt;&lt;/i&gt; function (or derivatives like &lt;a target=&quot;_blank&quot; href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/14583-UIComponent&quot; rel=&quot;nofollow&quot;&gt;uicomponent&lt;/a&gt; and &lt;a target=&quot;_blank&quot; href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/15580-JControl&quot; rel=&quot;nofollow&quot;&gt;jcontrol&lt;/a&gt; from the FEX - see this blog for details from Yair (&lt;a target=&quot;_blank&quot; href=&quot;http://undocumentedmatlab.com/blog/javacomponent/&quot; rel=&quot;nofollow&quot;&gt;link&lt;/a&gt;)
You will of course need to put the JavaFX runtime from Oracle on the MATLAB javaclasspath (http://javafx.com/).]]></description>
			<content:encoded><![CDATA[<p>As well as <code>JFreeChart</code>, JavaFX 2.0 Charts can also be added to MATLAB figures using a <code>JFXPanel</code>. Those can be added to MATLAB containers in the same way as a <code>JPanel</code> using the undocumented <i><b>javacomponent</b></i> function (or derivatives like <a target="_blank" href="http://www.mathworks.com/matlabcentral/fileexchange/14583-UIComponent" rel="nofollow">uicomponent</a> and <a target="_blank" href="http://www.mathworks.com/matlabcentral/fileexchange/15580-JControl" rel="nofollow">jcontrol</a> from the FEX &#8211; see this blog for details from Yair (<a target="_blank" href="http://undocumentedmatlab.com/blog/javacomponent/" rel="nofollow">link</a>)<br />
You will of course need to put the JavaFX runtime from Oracle on the MATLAB javaclasspath (<a href="http://javafx.com/" rel="nofollow ugc">http://javafx.com/</a>).</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
