<?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: Undocumented feature() function	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/undocumented-feature-function/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/undocumented-feature-function?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=undocumented-feature-function</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Mon, 25 Jun 2018 19:02:53 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/undocumented-feature-function#comment-431034</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Mon, 25 Jun 2018 19:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1414#comment-431034</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/undocumented-feature-function#comment-430555&quot;&gt;Walter Roberson&lt;/a&gt;.

Thanks @Walter. Another related undocumented feature is &lt;pre lang=&quot;matlab&quot;&gt;feature(&#039;COM_SafeArraySingleDim&#039;, 1)&lt;/pre&gt;, which makes SAFEARRAYs that are exported to COM objects 1-dimensional, rather than 2D (which is Matlab&#039;s default). See discussion in &lt;a href=&quot;https://www.mathworks.com/matlabcentral/answers/94833-how-can-i-use-in-matlab-a-com-object-that-uses-safearray-string-as-arguments&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Matlab Answers #94833&lt;/a&gt;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/undocumented-feature-function#comment-430555">Walter Roberson</a>.</p>
<p>Thanks @Walter. Another related undocumented feature is </p>
<pre lang="matlab">feature('COM_SafeArraySingleDim', 1)</pre>
<p>, which makes SAFEARRAYs that are exported to COM objects 1-dimensional, rather than 2D (which is Matlab&#8217;s default). See discussion in <a href="https://www.mathworks.com/matlabcentral/answers/94833-how-can-i-use-in-matlab-a-com-object-that-uses-safearray-string-as-arguments" target="_blank" rel="nofollow">Matlab Answers #94833</a>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Walter Roberson		</title>
		<link>https://undocumentedmatlab.com/articles/undocumented-feature-function#comment-430555</link>

		<dc:creator><![CDATA[Walter Roberson]]></dc:creator>
		<pubDate>Fri, 22 Jun 2018 01:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1414#comment-430555</guid>

					<description><![CDATA[&lt;pre lang=&quot;matlab&quot;&gt;feature(&#039;COM_PassSafeArrayByRef&#039;, 1)&lt;/pre&gt;
to turn on passing SAFEARRAY by reference to COM objects.

Described in &lt;a href=&quot;https://www.mathworks.com/matlabcentral/answers/94888-how-can-i-pass-arguments-by-reference-to-an-activex-server-from-matlab-7-0-r14&quot; rel=&quot;nofollow&quot;&gt;MATLAB Answers 94888&lt;/a&gt;]]></description>
			<content:encoded><![CDATA[<pre lang="matlab">feature('COM_PassSafeArrayByRef', 1)</pre>
<p>to turn on passing SAFEARRAY by reference to COM objects.</p>
<p>Described in <a href="https://www.mathworks.com/matlabcentral/answers/94888-how-can-i-pass-arguments-by-reference-to-an-activex-server-from-matlab-7-0-r14" rel="nofollow">MATLAB Answers 94888</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Erivelton Geraldo Nepomuceno		</title>
		<link>https://undocumentedmatlab.com/articles/undocumented-feature-function#comment-406569</link>

		<dc:creator><![CDATA[Erivelton Geraldo Nepomuceno]]></dc:creator>
		<pubDate>Fri, 12 May 2017 17:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1414#comment-406569</guid>

					<description><![CDATA[Hi,

system_dep​endent(&#039;se​tround&#039;,In​f) is still working on R2017a? Anyone has noticed something different? In previous version, I didn&#039;t find any problem.]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>system_dep​endent(&#8216;se​tround&#8217;,In​f) is still working on R2017a? Anyone has noticed something different? In previous version, I didn&#8217;t find any problem.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kristian Loewe		</title>
		<link>https://undocumentedmatlab.com/articles/undocumented-feature-function#comment-402266</link>

		<dc:creator><![CDATA[Kristian Loewe]]></dc:creator>
		<pubDate>Tue, 07 Mar 2017 10:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1414#comment-402266</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/undocumented-feature-function#comment-397714&quot;&gt;Yair Altman&lt;/a&gt;.

Thanks, Yair!

I am using it to assert that OpenGL is available upon starting up a GUI that I am developing. The GUI requires OpenGL in order to work as expected.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/undocumented-feature-function#comment-397714">Yair Altman</a>.</p>
<p>Thanks, Yair!</p>
<p>I am using it to assert that OpenGL is available upon starting up a GUI that I am developing. The GUI requires OpenGL in order to work as expected.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/undocumented-feature-function#comment-397714</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Sun, 25 Dec 2016 16:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1414#comment-397714</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/undocumented-feature-function#comment-394575&quot;&gt;Kristian Loewe&lt;/a&gt;.

@Kristian - yes, &lt;code&gt;feature(&#039;OpenGLLoadStatus&#039;)&lt;/code&gt; works in R2015a. It would be interesting to know how you are using this feature - can you tell us?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/undocumented-feature-function#comment-394575">Kristian Loewe</a>.</p>
<p>@Kristian &#8211; yes, <code>feature('OpenGLLoadStatus')</code> works in R2015a. It would be interesting to know how you are using this feature &#8211; can you tell us?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kristian Loewe		</title>
		<link>https://undocumentedmatlab.com/articles/undocumented-feature-function#comment-394575</link>

		<dc:creator><![CDATA[Kristian Loewe]]></dc:creator>
		<pubDate>Mon, 28 Nov 2016 16:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1414#comment-394575</guid>

					<description><![CDATA[It seems that &lt;i&gt;feature(&#039;OpenGLLoadStatus&#039;)&lt;/i&gt; has been dropped. It&#039;s still available in R2014b but not in R2015b (Linux versions). Do you know if it&#039;s still available in R2015a?]]></description>
			<content:encoded><![CDATA[<p>It seems that <i>feature(&#8216;OpenGLLoadStatus&#8217;)</i> has been dropped. It&#8217;s still available in R2014b but not in R2015b (Linux versions). Do you know if it&#8217;s still available in R2015a?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: matlab		</title>
		<link>https://undocumentedmatlab.com/articles/undocumented-feature-function#comment-393155</link>

		<dc:creator><![CDATA[matlab]]></dc:creator>
		<pubDate>Sat, 12 Nov 2016 22:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1414#comment-393155</guid>

					<description><![CDATA[Thanks for kind useful information.]]></description>
			<content:encoded><![CDATA[<p>Thanks for kind useful information.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/undocumented-feature-function#comment-389061</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Fri, 23 Sep 2016 15:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1414#comment-389061</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/undocumented-feature-function#comment-389057&quot;&gt;Karel Lebeda&lt;/a&gt;.

@Karel - &lt;code&gt;feature memstats&lt;/code&gt; is a Windows-only feature]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/undocumented-feature-function#comment-389057">Karel Lebeda</a>.</p>
<p>@Karel &#8211; <code>feature memstats</code> is a Windows-only feature</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Karel Lebeda		</title>
		<link>https://undocumentedmatlab.com/articles/undocumented-feature-function#comment-389057</link>

		<dc:creator><![CDATA[Karel Lebeda]]></dc:creator>
		<pubDate>Fri, 23 Sep 2016 14:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1414#comment-389057</guid>

					<description><![CDATA[Is it me, is it Linux, or has this gone (in 2015a)?

&lt;pre lang=&quot;matlab&quot;&gt;
&gt;&gt; which feature
built-in (undocumented)

&gt;&gt; feature memstats
Error using feature
Feature memstats not found
 
&gt;&gt; edit feature
(opens /opt/MWmatlabR2015a/toolbox/distcomp/@distcomp/feature.m)
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Is it me, is it Linux, or has this gone (in 2015a)?</p>
<pre lang="matlab">
>> which feature
built-in (undocumented)

>> feature memstats
Error using feature
Feature memstats not found
 
>> edit feature
(opens /opt/MWmatlabR2015a/toolbox/distcomp/@distcomp/feature.m)
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Unicode characters in MATLAB source files - DexPage		</title>
		<link>https://undocumentedmatlab.com/articles/undocumented-feature-function#comment-352733</link>

		<dc:creator><![CDATA[Unicode characters in MATLAB source files - DexPage]]></dc:creator>
		<pubDate>Thu, 09 Jul 2015 17:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1414#comment-352733</guid>

					<description><![CDATA[[...] can read more about this undocumented function here. See also this Matlab Central thread for other [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] can read more about this undocumented function here. See also this Matlab Central thread for other [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
