CanlabCore icon indicating copy to clipboard operation
CanlabCore copied to clipboard

Shadowing builtin function

Open arokem opened this issue 7 years ago • 0 comments

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.

arokem avatar Aug 03 '18 16:08 arokem