What is search path in MatLab?
What is search path in MatLab?
What is search path in MatLab?'
[Ans]
search path is a subset of all folders in the file system.
The
userpath folder is first on the search path.The default userpath folder is platform-specific.
Windows® platforms —
%USERPROFILE%/Documents/MATLAB.Mac platforms —
$home/Documents/MATLAB.Linux® platforms —
$home/Documents/MATLABif$home/Documentsexists.MATLAB Online™ —
/users/.youruserid
more details on:
What Is the MATLAB Search Path? - MATLAB & Simulink (mathworks.com)
Comments
Post a Comment