this is my first time using Matlab & vl_feat library. I installed vl_feat library and added the library path to Matlab path using addpath(genpath()) command.
But when I try to execute vl_sift function, it gives error "Attempt to execute SCRIPT vl_sift as function". I tried it many ways to figure out cause of that error. I compiled the library files to generate mex folder in "VLFEATROOT/toolbox". But the folder is empty. IS it the cause of this error. If, it is, how to generate the contents of the folder to rectify the error.