canlab / CanlabCore

Core tools required for running Canlab Matlab toolboxes. The heart of this toolbox is object-oriented tools that enable interactive analysis of neuroimaging data and simple scripts using high-level commands tailored to neuroimaging analysis.
https://canlab.github.io/CanlabCore/
Other
146 stars 80 forks source link

Shadowing builtin function #27

Open arokem opened 6 years ago

arokem commented 6 years ago

Upon running the canlab_toolbox_setup I get this warning

Warning: Function vecnorm has the same name as a MATLAB builtin. We suggest you rename the function to avoid a
potential name conflict. 
> In path (line 109)
  In addpath (line 96)
  In canlab_clone_github_repository (line 164)
  In canlab_toolbox_setup (line 179) 

Might be worth renaming it to avoid name-space collision.