<?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: readtext</title>
	<atom:link href="http://blogs.mathworks.com/pick/2008/06/13/readtext/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/pick/2008/06/13/readtext/</link>
	<description>&#60;a href=&#34;http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1093599&#38;objectType=author&#34;&#62;Brett&#60;/a&#62; &#38; &#60;a href=&#34;http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1094142&#38;objectType=author&#34;&#62;Jiro&#60;/a&#62; share favorite user-contributed submissions from the File Exchange.</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:26:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Rick Stauf</title>
		<link>http://blogs.mathworks.com/pick/2008/06/13/readtext/#comment-11615</link>
		<dc:creator>Rick Stauf</dc:creator>
		<pubDate>Tue, 17 Jun 2008 19:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2008/06/13/readtext/#comment-11615</guid>
		<description>Thanks for your help. The getversion works. Stuart responded to my email so I can now communicate with him directly. I&#039;d like to get his script working for my version of matlab. He gave me some code to fix the problem for 7.1. Thanks for your protocol instruction.</description>
		<content:encoded><![CDATA[<p>Thanks for your help. The getversion works. Stuart responded to my email so I can now communicate with him directly. I&#8217;d like to get his script working for my version of matlab. He gave me some code to fix the problem for 7.1. Thanks for your protocol instruction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://blogs.mathworks.com/pick/2008/06/13/readtext/#comment-11578</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Fri, 13 Jun 2008 15:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2008/06/13/readtext/#comment-11578</guid>
		<description>Rick, it looks like you are using Tim Davis&#039; &lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=17285&amp;objectType=file&quot; rel=&quot;nofollow&quot;&gt;getversion&lt;/a&gt;. To get a copy of verLessThan() for older MATLAB versions please see solution &lt;a href=&quot;http://www.mathworks.com/support/solutions/data/1-38LI61.html?solution=1-38LI61&quot; rel=&quot;nofollow&quot;&gt;1-38LI61&lt;/a&gt; on the Tech Support web site.

Also note that Stuart&#039;s &lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=16075&amp;objectType=file&quot; rel=&quot;nofollow&quot;&gt;textscantool&lt;/a&gt; requires R2007a (MATLAB 7.4). In general, suggestions for a particular submission should be made in comments to that submission. That way the author gets notified and your chances of getting a response are greatly improved. :)</description>
		<content:encoded><![CDATA[<p>Rick, it looks like you are using Tim Davis&#8217; <a href="http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=17285&#038;objectType=file" rel="nofollow">getversion</a>. To get a copy of verLessThan() for older MATLAB versions please see solution <a href="http://www.mathworks.com/support/solutions/data/1-38LI61.html?solution=1-38LI61" rel="nofollow">1-38LI61</a> on the Tech Support web site.</p>
<p>Also note that Stuart&#8217;s <a href="http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=16075&#038;objectType=file" rel="nofollow">textscantool</a> requires R2007a (MATLAB 7.4). In general, suggestions for a particular submission should be made in comments to that submission. That way the author gets notified and your chances of getting a response are greatly improved. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Stauf</title>
		<link>http://blogs.mathworks.com/pick/2008/06/13/readtext/#comment-11577</link>
		<dc:creator>Rick Stauf</dc:creator>
		<pubDate>Fri, 13 Jun 2008 15:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2008/06/13/readtext/#comment-11577</guid>
		<description>I&#039;m a novice at Matlab scripts but this textscantool works 
fine for our current needs.

I just got textscantool to work on a project at work. I had to change the &#039;verlessthan&#039; to use the &#039;getversion&#039; instead since 7.1 doesn&#039;t recognize verlessthan or I don&#039;t have this script in the .m folders. I copied the &#039;getversion&#039; from your website, I think, and then modified the code to be the following instead:

matver = getversion;
if (matver &lt; 7.6) % Before 8a

I&#039;d like to fine tune the procedure more. I think there may be version compatability issues that would be good to resolve.

One issue is with the following line:
        com.mathworks.mlservices.MLEditorServices.newDocument(str,true);

evidently, version 7.1 does not have this newDocument capability. Every time the generate code is launched an error regarding this newDocument is encountered.

The other is not a problem just a desire. It would be helpful if the browse window was able to navigate to the same server location each time.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a novice at Matlab scripts but this textscantool works<br />
fine for our current needs.</p>
<p>I just got textscantool to work on a project at work. I had to change the &#8216;verlessthan&#8217; to use the &#8216;getversion&#8217; instead since 7.1 doesn&#8217;t recognize verlessthan or I don&#8217;t have this script in the .m folders. I copied the &#8216;getversion&#8217; from your website, I think, and then modified the code to be the following instead:</p>
<p>matver = getversion;<br />
if (matver &lt; 7.6) % Before 8a</p>
<p>I&#8217;d like to fine tune the procedure more. I think there may be version compatability issues that would be good to resolve.</p>
<p>One issue is with the following line:<br />
        com.mathworks.mlservices.MLEditorServices.newDocument(str,true);</p>
<p>evidently, version 7.1 does not have this newDocument capability. Every time the generate code is launched an error regarding this newDocument is encountered.</p>
<p>The other is not a problem just a desire. It would be helpful if the browse window was able to navigate to the same server location each time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

