photo

Anirudh Goyal


IIIT-Hydearabd

2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

5 질문
1 답변

순위
219,773
of 300,781

평판
0

참여
5 질문
1 답변

답변 채택
20.0%

획득한 표
0

순위
 of 21,088

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,031

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


I want to change the distance function in vl_kdtreequery , Here it by default uses the euclidean distance , I want to use cosine or any other distance function . So should I change the vl_kdtreebuild function or any other easier way to achieve this ?
I want to change the distance function in vl_kdtreequery , Here it by default uses the euclidean distance , I want to use cosine...

거의 12년 전 | 답변 수: 0 | 0

0

답변

답변 있음
I am executing matlab script ( converted into .sh file using mcc ) using exec command from php . exec("./run_searchIMage.sh <Matlab Path> > output file 2>&1 & ") .
Yes I mean to run it from php and probably there is no display environment variable set , so cld u plz elaborate your answer a...

12년 초과 전 | 0

| 수락됨

질문


I have a matlab file which I have compiled using mcc . Now when I want this to compile usinh headless mode . How Can I do it ??
For ex Normal compilation mcc -a ./vlfeat/toolbox/mex/mexa64 -mv searchIMage.m Now I want to convert this using headles...

12년 초과 전 | 답변 수: 0 | 0

0

답변

질문


I am executing matlab script ( converted into .sh file using mcc ) using exec command from php . exec("./run_searchIMage.sh <Matlab Path> > output file 2>&1 & ") .
Running this command from php is giving error *Error Using imshow IMSHOW unable to display image.* But if I run ./run_sear...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


I want to run MATLAB in background in Linux ( On a server ) So that I am able to interect with this running job i. e I am able to call a function and display its output on the screen .
I know that I can run matlab in background using nohup . But then how can I interact with this matlab job using some shell scrip...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Q :- I want to comile my code to convert into script file using mcc -m myfile.m but myfile.m is using external library (vl_feat) so I have included run('/vlfeat/toolbox/vl_setup.m') , but when I try to run my script file , it is giving error ?
??? Error using ==> run at 65 /home/anirudh/vlfeat-0.9.16/toolbox/vl_setup.m not found. Error in ==> searchImage at 7 ...

12년 초과 전 | 답변 수: 2 | 0

2

답변