⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 recompile.m

📁 TSTOOL应用软件,内有说明文件,可以适当修改,应用比较方便.
💻 M
字号:
% recompile mex code to have actual version of the NN codeclear functionseval('mex -I.. -I../.. ../fnearneigh.cpp -O -output fnearneigh');eval('mex -I.. -I../.. ../fnearneigh.cpp -O -output fnearneigh_partial -DPARTIAL_SEARCH');eval('mex -I.. -I../.. ../fnearneigh.cpp -O -DBRUTE -output nn_brute');eval('mex -I.. -I../.. ../fnearneigh.cpp -O -DBRUTE -output nn_brute_partial -DPARTIAL_SEARCH');eval('mex -I.. -I../.. ../nn_prepare.cpp -O -output nn_prepare');eval('mex -I.. -I../.. ../nn_search.cpp -O -output nn_search');eval('mex -I.. -I../.. ../nn_search.cpp -O -output nn_search_partial -DPARTIAL_SEARCH');eval('mex -I.. -I../.. ../range_search.cpp -O -output range_search');eval('mex -I.. -I../.. ../range_search.cpp -O -output range_search_partial -DPARTIAL_SEARCH');eval('mex -I.. -I../.. ../corrsum.cpp -O -output corrsum');eval('mex -I.. -I../.. ../corrsum.cpp -O -output corrsum_partial -DPARTIAL_SEARCH');

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -