Category
Missing common builtins and runtime environment forms
Problem
RunMat is missing MATLAB-compatible mfilename('fullpath') behavior for retrieving the executing script location.
Intent
This is a common runtime environment capability used by portable scripts, setup logic, and toolbox code.
Done When
mfilename('fullpath') works with MATLAB-compatible behavior in supported script contexts
- representative runtime tests cover expected path behavior
Category
Missing common builtins and runtime environment forms
Problem
RunMat is missing MATLAB-compatible
mfilename('fullpath')behavior for retrieving the executing script location.Intent
This is a common runtime environment capability used by portable scripts, setup logic, and toolbox code.
Done When
mfilename('fullpath')works with MATLAB-compatible behavior in supported script contexts