<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/152699</link>
    <title>MATLAB Central Newsreader - How can I check since which Matlab version a function exists?</title>
    <description>Feed for thread: How can I check since which Matlab version a function exists?</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Wed, 18 Jul 2007 16:43:45 -0400</pubDate>
      <title>How can I check since which Matlab version a function exists?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/152699#383555</link>
      <author>Norbert Marwan</author>
      <description>Hello&lt;br&gt;
&lt;br&gt;
I'm quite sure that there is a possibility to find out, with which Matlab release a certain Matlab function was introduced. I would need this to keep some downward compatibility in my Matlab codes.&lt;br&gt;
&lt;br&gt;
Thank you for any hint.</description>
    </item>
    <item>
      <pubDate>Wed, 18 Jul 2007 16:59:03 -0400</pubDate>
      <title>Re: How can I check since which Matlab version a function exists?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/152699#383561</link>
      <author>John D'Errico</author>
      <description>&amp;gt; I'm quite sure that there is a possibility to find out, with which Matlab release a certain Matlab function was introduced. I would need this to keep some downward compatibility in my Matlab codes.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
There is no facility to know this. I wish there was. So here&lt;br&gt;
is an enhancement idea...&lt;br&gt;
&lt;br&gt;
Create a new function, I'll call it &quot;whence&quot;, that would indicate&lt;br&gt;
when called what Matlab release any function was introduced.&lt;br&gt;
Thus&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;whence convhulln&lt;br&gt;
&lt;br&gt;
would return something like the number 11, since I think it&lt;br&gt;
was introduced in release 11.&lt;br&gt;
&lt;br&gt;
John</description>
    </item>
    <item>
      <pubDate>Mon, 23 Jul 2007 20:27:40 -0400</pubDate>
      <title>Re: How can I check since which Matlab version a function exists?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/152699#384439</link>
      <author>last) (first then</author>
      <description>Funny, I was just searching for this exact functionality. If John says it doesn't exist, it probably does not, which is too bad. Surely it could rely on mlint like crawling through the code to figure out what is and is not compatible. Further suggestions for ensuring compatibility through a certain version would also be useful. &lt;br&gt;
&lt;br&gt;
A friendly bump for Steven or other fine Mathworks folks to respond? &lt;br&gt;
&lt;br&gt;
Thanks.</description>
    </item>
    <item>
      <pubDate>Tue, 24 Jul 2007 00:17:57 -0400</pubDate>
      <title>Re: How can I check since which Matlab version a function exists?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/152699#384465</link>
      <author>Duane Hanselman</author>
      <description>&quot;Norbert Marwan&quot; &amp;lt;marwan.nospam@agnld.uni-potsdam.de&amp;gt; wrote in message &amp;lt;f7lg01$hi8$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hello&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I'm quite sure that there is a possibility to find out, with which Matlab release a certain Matlab function was introduced. I would need this to keep some downward compatibility in my Matlab codes.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thank you for any hint.&lt;br&gt;
&amp;gt; &lt;br&gt;
The text &quot;Mastering MATLAB 7&quot; has an appendix that contains this information as obtained by reviewing all the release notes back to MATLAB 5, R10.&lt;br&gt;
&lt;br&gt;
Duane</description>
    </item>
    <item>
      <pubDate>Tue, 24 Jul 2007 07:16:37 -0400</pubDate>
      <title>Re: How can I check since which Matlab version a function exists?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/152699#384498</link>
      <author>Bob Gilmore</author>
      <description>&quot;Norbert Marwan&quot; &amp;lt;marwan.nospam@agnld.uni-potsdam.de&amp;gt; wrote in message &amp;lt;f7lg01$hi8$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hello&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I'm quite sure that there is a possibility to find out, with which Matlab release a certain Matlab function was introduced. I would need this to keep some downward compatibility in my Matlab codes.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thank you for any hint.&lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
I suggest using the EXIST function to determine whether or not the function you're looking for exists in the MATLAB installation you're running under.  If it doesn't, then switch to an alternate algorithm.&lt;br&gt;
&lt;br&gt;
See&lt;br&gt;
&amp;gt;&amp;gt; help exist&lt;br&gt;
to see how to use the EXIST function to determine whether or not a function exists.&lt;br&gt;
&lt;br&gt;
Hope that helps,&lt;br&gt;
--&lt;br&gt;
Bob Gilmore, The MathWorks, Inc.</description>
    </item>
  </channel>
</rss>

