Core

Core

Description

core functions

  • banner - Shows Nelson banner.
  • eval - Evaluate Nelson code in string.
  • evalc - Evaluate Nelson code with console capture.
  • evalin - Evaluate Nelson code in string in an specified scope.
  • execstr - Execute Nelson code in strings.
  • exist - Check for the existence.
  • exit - Terminate Nelson program (same as quit)
  • feature - undocumented features.
  • inputname - Get variable name of function input.
  • isunicodesupported - Detect whether the current terminal supports Unicode.
  • license - Get license information for Nelson.
  • maxNumCompThreads - Set/Get maximum number of computional threads.
  • namelengthmax - Return the maximum variable name length.
  • nargin - Returns the number of input arguments.
  • narginchk - Checks the number of input arguments.
  • nargout - Returns the number of output arguments.
  • nargoutchk - Checks the number of output arguments.
  • nelsonroot - Returns Nelson's root folder.
  • nfilename - Returns the name of the currently executing file.
  • pause - Pauses script execution.
  • prefdir - Return the preferences directory used by Nelson.
  • quit - Terminate Nelson application
  • run - Executes a script file (.m).
  • sha256 - Get sha256 checksum.
  • version - Return the version of Nelson.