Constant:

Path: Common/Database

% 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.
--------------------------------------------------------------------------
   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:

AC: ACData/ACTConstants
SC: SCData/sCTConstants
Common: CommonData/Constants
Common: CommonData/xSplashSmall
Common: General/DeleteCell

Back to the Common Module page