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/MATLAB if $home/Documents exists.

  • MATLAB Online™ — /users/youruserid.


more details on: 

What Is the MATLAB Search Path? - MATLAB & Simulink (mathworks.com)

Comments

Popular posts from this blog

How to join a file path with multiple char vector or string in MatLab? - fullfile -- MatLab