GetInputFromString:
---------------------------------------------------------------------------
Generates an output from a string.
s may be a matrix, a workspace variable, a function with or
without arguments or a .mat file.
e.g.
s = [1;2;2];
s = QZero
s = QForm( q, v )
s = a
where a, q and v are workspace variables
---------------------------------------------------------------------------
Form:
[x, err] = GetInputFromString( s )
---------------------------------------------------------------------------
------
Inputs
------
s (1,:) String
-------
Outputs
-------
x : Value
err (1,:) Error message
---------------------------------------------------------------------------
Children:
Common: General/StringToTokens