erounis / princeton-mvpa-toolbox

Automatically exported from code.google.com/p/princeton-mvpa-toolbox
GNU General Public License v3.0
0 stars 0 forks source link

isrow has the same name as builtin isrow #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hey,

after adding the paths to my matlab installation I got a warning that isrow has 
the same name as the built in isrow. Also the behavior of the two functions is 
slightly different. This  might produce some errors when using the toolbox and 
other scripts that rely on the original isrow. I usually add a prefix 
(pr_isrow) in front of my scripts to avoid such problems. Did you consider 
doing that or is there a more elegant solution?

What version of the product are you using? On what operating system?
Latest mvpa release, MATLAB R2012a, Windows 7 64 bit 

Please provide any additional information below.

Original issue reported on code.google.com by julian.k...@googlemail.com on 11 Jan 2013 at 8:52

GoogleCodeExporter commented 9 years ago
HI,
I have similar issue.
 I am using the latest version, Matlab2013, Mac Maverick, 64 bit.

Warning: Function isrow has the same name as a MATLAB builtin. We suggest you 
rename the function to avoid a
potential name conflict. 
> In path at 110
  In addpath at 87
  In mvpa_add_paths>myaddpath at 41
  In mvpa_add_paths at 18 
Warning: Function isrow has the same name as a MATLAB builtin. We suggest you 
rename the function to avoid a
potential name conflict. 
> In path at 110
  In addpath at 87
  In mvpa_add_paths>myaddpath at 41
  In mvpa_add_paths at 19 
Warning: Function isrow has the same name as a MATLAB builtin. We suggest you 
rename the function to avoid a
potential name conflict. 
> In path at 110
  In addpath at 87
  In mvpa_add_paths>myaddpath at 41
  In mvpa_add_paths at 20 
Warning: Function isrow has the same name as a MATLAB builtin. We suggest you 
rename the function to avoid a
potential name conflict. 
> In path at 110
  In addpath at 87
  In mvpa_add_paths>myaddpath at 41
  In mvpa_add_paths at 21 
Warning: Function isrow has the same name as a MATLAB builtin. We suggest you 
rename the function to avoid a
potential name conflict. 
> In path at 110
  In addpath at 87
  In mvpa_add_paths>myaddpath at 41
  In mvpa_add_paths at 22 
Warning: Function isrow has the same name as a MATLAB builtin. We suggest you 
rename the function to avoid a
potential name conflict. 
> In path at 110
  In addpath at 87
  In mvpa_add_paths>myaddpath at 41
  In mvpa_add_paths at 23 
Warning: Function isrow has the same name as a MATLAB builtin. We suggest you 
rename the function to avoid a
potential name conflict. 
> In path at 110
  In addpath at 87
  In mvpa_add_paths>myaddpath at 41
  In mvpa_add_paths at 24 
Warning: Function isrow has the same name as a MATLAB builtin. We suggest you 
rename the function to avoid a
potential name conflict. 
> In path at 110
  In addpath at 87
  In mvpa_add_paths>myaddpath at 41
  In mvpa_add_paths at 25 
Warning: Function isrow has the same name as a MATLAB builtin. We suggest you 
rename the function to avoid a
potential name conflict. 
> In path at 110
  In addpath at 87
  In mvpa_add_paths>myaddpath at 41
  In mvpa_add_paths at 26 
Warning: Function isrow has the same name as a MATLAB builtin. We suggest you 
rename the function to avoid a
potential name conflict. 
> In path at 110
  In addpath at 87
  In mvpa_add_paths>myaddpath at 41
  In mvpa_add_paths at 29 
Warning: Function isrow has the same name as a MATLAB builtin. We suggest you 
rename the function to avoid a
potential name conflict. 
> In path at 110
  In addpath at 87
  In mvpa_add_paths>myaddpath at 41
  In mvpa_add_paths at 33 
Warning: Function isrow has the same name as a MATLAB builtin. We suggest you 
rename the function to avoid a
potential name conflict. 
> In path at 110
  In addpath at 87
  In mvpa_add_paths>myaddpath at 41
  In mvpa_add_paths at 34 
Warning: Function isrow has the same name as a MATLAB builtin. We suggest you 
rename the function to avoid a
potential name conflict. 
> In path at 110
  In addpath at 87
  In mvpa_add_paths>myaddpath at 41
  In mvpa_add_paths at 35 
Warning: Function isrow has the same name as a MATLAB builtin. We suggest you 
rename the function to avoid a
potential name conflict. 
> In path at 110
  In addpath at 87
  In mvpa_add_paths>myaddpath at 41
  In mvpa_add_paths at 36 
Warning: Function isrow has the same name as a MATLAB builtin. We suggest you 
rename the function to avoid a
potential name conflict. 
> In path at 110
  In addpath at 87
  In mvpa_add_paths>myaddpath at 41
  In mvpa_add_paths at 37 

Original comment by AYb...@gmail.com on 27 Oct 2014 at 8:42