Path: Common/General
% Checks to see if the version of MATLAB is after n -------------------------------------------------------------------------- Form: t = IsVersionAfter( n ) -------------------------------------------------------------------------- ------ Inputs ------ n (1,1) Number ------- Outputs ------- t (1,1) 1 or 0 --------------------------------------------------------------------------
Common: General/StringToTokens
Back to the Common Module page