What would be called if you have a variable 'x' in your workspace in MATLAB and a function 'x' stored in the MATLAB directory when you type 'x' in the command window?
Sigiloso
the variable will be called as it is stored in the workspace, function names are never stored in workspace!