Remove items from workspace, freeing up system memory
Scilab and Matlab clear functions are only equivalent when called using clear or clear name.
Scilab equivalent for Matlab clear global [name] is clearglobal([name]).
Scilab equivalent for Matlab clear variables is simply clear.
For all other keywords, there is no Scilab equivalent for Matlab clear call.