1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>VERSTRING The Current Version String
</TITLE>
</HEAD>
<BODY>
<H2>VERSTRING The Current Version String
</H2>
<P>
Section: <A HREF=sec_freemat.html> FreeMat Functions </A>
<H3>Usage</H3>
The <code>verstring</code> function returns the current version string for
FreeMat. The general syntax for its use is
<PRE>
version = verstring
</PRE>
<P>
<H3>Example</H3>
The current version of FreeMat is
<PRE>
--> verstring
ans =
FreeMat v4.0
</PRE>
<P>
</BODY>
</HTML>
|