help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

function calls with string args


From: Fotios Kasolis
Subject: function calls with string args
Date: Sat, 18 Sep 2010 02:17:04 +0200

Is it true or just a fictitious impression:

All Octave's functions (even user defined) that accept only string args can be 
called like

> func ("arg")
> func arg

For instance

> axis ("equal", "tight", "off")
> axis equal tight off

If this is not the case what is the mapping then?

Thanks!
/Fotios


reply via email to

[Prev in Thread] Current Thread [Next in Thread]