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

help installing matconvnet please #586

Open
talha196 opened this issue Jun 20, 2016 · 6 comments
Open

help installing matconvnet please #586

talha196 opened this issue Jun 20, 2016 · 6 comments

Comments

@talha196
Copy link

talha196 commented Jun 20, 2016

hi guys i am trying to install matconvnet onto my matlab and i am having certain problems. I am following certain problems. i am following this link http://www.vlfeat.org/matconvnet/install/ first of all i donot understand what is meant by "Call the path to this directory MatConvNet" in step 1. i simply changed the path of my matlab to where i downloaded the library and then tried compiling it for cpu. to do that i type >> addpath matlab which runs successfully and then i type

vl_compilenn() it gives me the following error

Error using mkdir Access is denied.

Error in vl_compilenn (line 302) mkdir(fullfile(bld_dir,'bits','impl')) ;

if i try

run matlab/vl_compilenn i get

Error using mkdir Access is denied.

Error in vl_compilenn (line 302) mkdir(fullfile(bld_dir,'bits','impl')) ;

Error in run (line 64) evalin('caller', [script ';']);

please help me in what i am doing wrong.

@xiaojidan
Copy link

Do you change this ? It runs OK from the github.

@talha196
Copy link
Author

I figured it out. The compiler was giving these errors. I compiled it it like 2 to 3 times and then it didn't occur but now it was giving me some mex file error. I was using matlab 2013. I updated it to 2015 and it compiled flawlessly with visual studio 2013 compiler.

@xiaojidan
Copy link

I suggest you should the new tools, such as matlab 2015, vs 2013. Maybe your compiler is something wrong.

@G33kyKitty
Copy link

I am also having this problem.. I am using Matlab R2016b.

How did you solve the issue??

@rsrampriya
Copy link

@G33kyKitty
Copy link

@rsrampriya Thank you..

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

No branches or pull requests

4 participants