photo

Anirudh Goyal


IIIT-Hydearabd

Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
219,773
of 300,781

REPUTATION
0

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
0

RANK
 of 21,088

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,031

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


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 years ago | 0 answers | 0

0

answers

Answered
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 years ago | 0

| accepted

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 2 answers | 0

2

answers

Question


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 years ago | 1 answer | 0

1

answer

2

answers