Path: Common/General
% 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 Type GetInputFromString for a demo. -------------------------------------------------------------------------- Form: [x, err] = GetInputFromString( s ) -------------------------------------------------------------------------- ------ Inputs ------ s (1,:) String ------- Outputs ------- x : Value err (1,:) Error message --------------------------------------------------------------------------
Common: General/StringToTokens
Back to the Common Module page