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 revisionBoth sides next revision
matlab:matlab_path [2019/07/10 11:51] – [startup.m] igorkaganmatlab:matlab_path [2019/07/10 11:55] – [startup.m] igorkagan
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 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