Matlab Utilities by M. P. Rowe

I have several other things I anticipate putting here, but right now I only have need to place one thing, a function that helps you to determine the syntax of other functions. It is appropriately called:

Syntax.m

The function was written for version 5. Some time between when that was current and now, The MathWorks introduced a file named syntax.m in the matlab/general Toolbox. It‘s just a help file that explains some things about... Matlab’s general syntax. If you want to use my Syntax function, you might want to rename it. The alternative is living to tolerate a warning about the function that differs only in case [and] precedes it on the path. In any case, you can find out what it does by typing “help Syntax” from the Matlab command window after you have copied the contents into a file named Syntax.m and placed that file somewhere in your Matlab path.

Oops, two things... Syntax calls:

upcase.m

and:

ConfirmInfo.m

and ConfirmInfo calls:

get_color.m

Return to M. P. Rowe’s Matlab Functions page.

This page was last touched on January 14, 2009

© Mickey P. Rowe, 2006-2009