Sushant Hiwale
2015 年からアクティブ
Followers: 0 Following: 0
Feeds
質問
??? Index exceeds matrix dimensions.
Error Line: xir{num_imgs}(1,:) = x_i_r(results(2,:),1)./tc; I guess the error is in x_i_r(results(2,:),1) details: xir ...
9年以上 前 | 0 件の回答 | 0
0
回答回答済み
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 ?
Try including the run command in the startup file in Matlab. This will run the VL_setup every time matlab is initialised.
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 ?
Try including the run command in the startup file in Matlab. This will run the VL_setup every time matlab is initialised.
9年以上 前 | 0
質問
VLFeat open source library does not return structure Fq consisting of ellipsoids descriptors and gives error message ??? Attempt to reference field of non-structure array.
I am working on an image retrieval project. It requires The VLFeat open source library which implements popular computer vision ...
9年以上 前 | 1 件の回答 | 0