Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isrow has the same name as builtin isrow #3

Open
GoogleCodeExporter opened this issue Sep 28, 2015 · 1 comment
Open

isrow has the same name as builtin isrow #3

GoogleCodeExporter opened this issue Sep 28, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 11 Jan 2013 at 8:52

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 27 Oct 2014 at 8:42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant