<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Using Within MATLAB</title><link>https://sourceforge.net/p/snifflib/wiki/Using%2520Within%2520MATLAB/</link><description>Recent changes to Using Within MATLAB</description><atom:link href="https://sourceforge.net/p/snifflib/wiki/Using%20Within%20MATLAB/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 03 Feb 2013 01:44:30 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/snifflib/wiki/Using%20Within%20MATLAB/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Using Within MATLAB modified by Daniel P. Dougherty</title><link>https://sourceforge.net/p/snifflib/wiki/Using%2520Within%2520MATLAB/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v31
+++ v32
@@ -1,4 +1,6 @@
-&lt;img alt="MATLAB Logo" height="64" src="http://upload.wikimedia.org/wikipedia/commons/2/21/Matlab_Logo.png" width="64" /&gt;
+&lt;a href="http://www.mathworks.com"&gt;&lt;img alt="MATLAB Logo" height="64" src="http://upload.wikimedia.org/wikipedia/commons/2/21/Matlab_Logo.png" width="64" /&gt;&lt;/a&gt; 
+
+

 [MATLAB](http://www.mathworks.com) is one of the most popular and powerful computational and visualization softwares around.  The user interface and much of the backend is JAVA and runs in a Java Virtual Maching (JVM).  Note, however, that MATLAB ships with its own JVM which will *typically* be different from the JVM you are using for your own programming. 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel P. Dougherty</dc:creator><pubDate>Sun, 03 Feb 2013 01:44:30 -0000</pubDate><guid>https://sourceforge.net036d65a1d245c607da3d511364c8d56cef9426c5</guid></item><item><title>WikiPage Using Within MATLAB modified by Daniel P. Dougherty</title><link>https://sourceforge.net/p/snifflib/wiki/Using%2520Within%2520MATLAB/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v30
+++ v31
@@ -49,8 +49,8 @@

 *Users wishing to inter-convert between Snifflib's DblMatrix and MATLAB's native matrix classes may be interested in downloading the [Snifflib Toolbox](http://sourceforge.net/p/snifflibtoolbox) for MATLAB.  The Snifflib Toolbox consists of MATLAB functions (m-files) which handle the conversions from within a MATLAB session.  For example:*

-    * mat2DblMatrix.m
-    * DblMatrix2mat.m
+* mat2DblMatrix.m
+* DblMatrix2mat.m

 ----

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel P. Dougherty</dc:creator><pubDate>Sun, 20 Jan 2013 20:33:22 -0000</pubDate><guid>https://sourceforge.net4ddb7b9e3af050074d4c3303b5d5cb81870147f6</guid></item><item><title>WikiPage Using Within MATLAB modified by Daniel P. Dougherty</title><link>https://sourceforge.net/p/snifflib/wiki/Using%2520Within%2520MATLAB/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v29
+++ v30
@@ -47,7 +47,10 @@

 ----

-*Users wishing to inter-convert between DblMatrix and MATLAB's matrix classes may be interested in downloading the [Snifflib Toolbox](http://sourceforge.net/p/snifflibtoolbox).  The Snifflib Toolbox consists of MATLAB functions (m-files) which handle the conversions from within a MATLAB session.*
+*Users wishing to inter-convert between Snifflib's DblMatrix and MATLAB's native matrix classes may be interested in downloading the [Snifflib Toolbox](http://sourceforge.net/p/snifflibtoolbox) for MATLAB.  The Snifflib Toolbox consists of MATLAB functions (m-files) which handle the conversions from within a MATLAB session.  For example:*
+
+    * mat2DblMatrix.m
+    * DblMatrix2mat.m

 ----

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel P. Dougherty</dc:creator><pubDate>Sun, 20 Jan 2013 20:32:56 -0000</pubDate><guid>https://sourceforge.netaee1d6d5a875d634d30d7fed0961598758844c41</guid></item><item><title>WikiPage Using Within MATLAB modified by Daniel P. Dougherty</title><link>https://sourceforge.net/p/snifflib/wiki/Using%2520Within%2520MATLAB/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v28
+++ v29
@@ -43,3 +43,11 @@

 ![Snifflib in MATLAB m-file](http://iweb.dl.sourceforge.net/project/snifflib/Misc/HelloSnifflibInMatlabMfile.png)
+
+
+----
+
+*Users wishing to inter-convert between DblMatrix and MATLAB's matrix classes may be interested in downloading the [Snifflib Toolbox](http://sourceforge.net/p/snifflibtoolbox).  The Snifflib Toolbox consists of MATLAB functions (m-files) which handle the conversions from within a MATLAB session.*
+
+----
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel P. Dougherty</dc:creator><pubDate>Sun, 20 Jan 2013 20:31:12 -0000</pubDate><guid>https://sourceforge.netcd4269de72fa52ef483c57ca35cbeeaa70d6f6ed</guid></item><item><title>WikiPage Using Within MATLAB modified by Daniel P. Dougherty</title><link>https://sourceforge.net/p/snifflib/wiki/Using%2520Within%2520MATLAB/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v27
+++ v28
@@ -29,7 +29,7 @@

 In an actual MATLAB session the result will look like this:

-![Snifflib in MATLAB](http://iweb.dl.sourceforge.net/project/snifflib/Images/HelloSnifflibInMatlab.png)
+![Snifflib in MATLAB](http://iweb.dl.sourceforge.net/project/snifflib/Misc/HelloSnifflibInMatlab.png)

 Alternatively, you might save the above MATLAB code as a script m-file (e.g. HelloSnifflib.m) and run all the commands by simply entering
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel P. Dougherty</dc:creator><pubDate>Tue, 15 Jan 2013 02:05:39 -0000</pubDate><guid>https://sourceforge.net003a238caa6004a45276d101d86f2c79ce699a73</guid></item><item><title>WikiPage Using Within MATLAB modified by Daniel P. Dougherty</title><link>https://sourceforge.net/p/snifflib/wiki/Using%2520Within%2520MATLAB/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v26
+++ v27
@@ -42,4 +42,4 @@
 Using m-files is one of the most common methods for programming complex tasks using MATLAB.

-![Snifflib in MATLAB m-file](http://iweb.dl.sourceforge.net/project/snifflib/Images/HelloSnifflibInMatlabMfile.png)
+![Snifflib in MATLAB m-file](http://iweb.dl.sourceforge.net/project/snifflib/Misc/HelloSnifflibInMatlabMfile.png)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel P. Dougherty</dc:creator><pubDate>Tue, 15 Jan 2013 02:05:10 -0000</pubDate><guid>https://sourceforge.nete93bf15bf0ae8cd219c398abfee48bbfbdef997b</guid></item><item><title>WikiPage Using Within MATLAB modified by Daniel P. Dougherty</title><link>https://sourceforge.net/p/snifflib/wiki/Using%2520Within%2520MATLAB/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v25
+++ v26
@@ -22,6 +22,7 @@
     &gt;&gt; X=X.times(DblMatrix.PI);
     &gt;&gt; X.show('Hello Snifflib');

+&lt;br /&gt;

 ##### Note that Strings must be singly quoted in the MATLAB syntax, which contrasts with the double quoted Strings expected in native JAVA language. 

@@ -36,6 +37,8 @@
     :::ascii
     &gt;&gt; HelloSnifflib

+&lt;br /&gt;
+
 Using m-files is one of the most common methods for programming complex tasks using MATLAB.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel P. Dougherty</dc:creator><pubDate>Tue, 15 Jan 2013 02:04:47 -0000</pubDate><guid>https://sourceforge.net79b3be21b75f25943ec21bb5decd703da1c12f85</guid></item><item><title>WikiPage Using Within MATLAB modified by Daniel P. Dougherty</title><link>https://sourceforge.net/p/snifflib/wiki/Using%2520Within%2520MATLAB/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v24
+++ v25
@@ -28,7 +28,8 @@

 In an actual MATLAB session the result will look like this:

-![Snifflib in MATLAB](http://sourceforge.net/p/snifflib/screenshot/HelloSnifflibInMatlab.png)
+![Snifflib in MATLAB](http://iweb.dl.sourceforge.net/project/snifflib/Images/HelloSnifflibInMatlab.png)
+

 Alternatively, you might save the above MATLAB code as a script m-file (e.g. HelloSnifflib.m) and run all the commands by simply entering

@@ -37,4 +38,5 @@

 Using m-files is one of the most common methods for programming complex tasks using MATLAB.

-![Snifflib in MATLAB m-file](http://sourceforge.net/p/snifflib/screenshot/HelloSnifflibInMatlabMfile.png)
+
+![Snifflib in MATLAB m-file](http://iweb.dl.sourceforge.net/project/snifflib/Images/HelloSnifflibInMatlabMfile.png)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel P. Dougherty</dc:creator><pubDate>Sat, 12 Jan 2013 18:57:37 -0000</pubDate><guid>https://sourceforge.netdb5eb5e006cadc8fd59650f0f53754061c3d8b50</guid></item><item><title>WikiPage Using Within MATLAB modified by Daniel P. Dougherty</title><link>https://sourceforge.net/p/snifflib/wiki/Using%2520Within%2520MATLAB/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v23
+++ v24
@@ -36,3 +36,5 @@
     &gt;&gt; HelloSnifflib

 Using m-files is one of the most common methods for programming complex tasks using MATLAB.
+
+![Snifflib in MATLAB m-file](http://sourceforge.net/p/snifflib/screenshot/HelloSnifflibInMatlabMfile.png)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel P. Dougherty</dc:creator><pubDate>Fri, 11 Jan 2013 04:25:17 -0000</pubDate><guid>https://sourceforge.net976742532a79c279589b5d874eb7130df806a507</guid></item><item><title>WikiPage Using Within MATLAB modified by Daniel P. Dougherty</title><link>https://sourceforge.net/p/snifflib/wiki/Using%2520Within%2520MATLAB/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v22
+++ v23
@@ -17,7 +17,7 @@

     :::ascii
     &gt;&gt; javaaddpath /home/jdoe/lib/snifflib-1.7.jar
-    &gt;&gt; import com.mockturtlesolutions.snifflib.datatypes.DblMatrix;
+    &gt;&gt; import('com.mockturtlesolutions.snifflib.datatypes.DblMatrix');
     &gt;&gt; X = DblMatrix('[1 2 3; 4 5 6; 7 8 9]');
     &gt;&gt; X=X.times(DblMatrix.PI);
     &gt;&gt; X.show('Hello Snifflib');
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel P. Dougherty</dc:creator><pubDate>Fri, 11 Jan 2013 04:20:05 -0000</pubDate><guid>https://sourceforge.netc6a3e8e2174090fc9bb26dc73c730227984377ee</guid></item></channel></rss>