photo

Anirudh Goyal


IIIT-Hydearabd

Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

5 Fragen
1 Antwort

RANG
219.770
of 300.779

REPUTATION
0

BEITRÄGE
5 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
20.0%

ERHALTENE STIMMEN
0

RANG
 of 21.084

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 170.997

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Frage


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...

fast 12 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
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...

mehr als 12 Jahre vor | 0

| akzeptiert

Frage


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...

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten