User Tools

Site Tools


matlab:matlab_path

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
matlab:matlab_path [2019/07/10 11:51] – [startup.m] igorkaganmatlab:matlab_path [2019/07/10 11:56] – [startup.m] igorkagan
Line 5: Line 5:
 When MATLAB starts, it will look for a **pathdef.m** file in its startup directory. It should not be edited - leave the default MATLAB path containing only MATLAB native toolboxes. The rest should be configured dynamically, as explained below/ When MATLAB starts, it will look for a **pathdef.m** file in its startup directory. It should not be edited - leave the default MATLAB path containing only MATLAB native toolboxes. The rest should be configured dynamically, as explained below/
  
-Start up folder (in the MATLAB icon | Properties | Start in ) (e.g. D:\Sources\MATLAB) allows controlling different paths and other settings via startup.m file placed in the folder, e.g.: +Start up folder (in the MATLAB icon | Properties | Start in ) (e.g. D:\Sources\MATLAB) allows controlling different paths and other settings via **startup.m** file placed in the folder, e.g.: 
  
 <code matlab> <code matlab>
Line 15: Line 15:
 </code> </code>
  
-See https://github.com/igorkagan/matlab_config for example startup.m that allows excluding .git folders from the path.+The function **set_sources_path.m** can be something like the one below, to add all repositories but exclude .git folders: 
 + 
 +<code matlab> 
 +addpath(genpath_exclude('F:\Dropbox\Sources\Repos','.git'));  
 +</code> 
 + 
 +See https://github.com/igorkagan/matlab_config for example that includes genpath_exclude.
 + 
matlab/matlab_path.txt · Last modified: 2022/12/29 07:15 by 127.0.0.1