Constant:
--------------------------------------------------------------------------
Outputs the value of a constant or opens a GUI for searching.
q must be an exact match. Case and spaces have no effect.
To search for a string (without using the GUI) type
Constant( searchString, 'find' )
Loads either sCTConstants.mat or, if not found, ACTConstants.mat.
Since version 1.
--------------------------------------------------------------------------
Form:
[x, u] = Constant( q, gUICode )
--------------------------------------------------------------------------
------
Inputs
------
q (1,:) String describing the constant
gUICode (1,:) GUI code
-------
Outputs
-------
x (1,1) The value
u (1,:) Units (if applicable)
--------------------------------------------------------------------------
Children:
Common: General/DeleteCell