16.04 - Changing Makefile to ensure MEX points to matlab mex binary - Ask Ubuntu
i have download repository following link
to run code mentioned "edit matconvnet/makefile ensure mex points matlab mex binary."
so opened makefile in vi , found following lines of code edit
makefile contents
now question locate matlab mex binary path?
my effort
i did following command in ssh shell environment
locate matlab | grep mex
still not getting how edit mex path in makefile points matlab mex binary how use enable_gpu?
Comments
Post a Comment