makeosmex.m

来自「贝叶斯(Bayesion)机器学习相互信息。用于求取熵、联合熵等。改进后可用于随」· M 代码 · 共 28 行

M
28
字号
%=========================================================%%This is a prog in the MutualInfo 0.9 package written by % Hanchuan Peng.%%Disclaimer: The author of program is Hanchuan Peng%      at <penghanchuan@yahoo.com> and <phc@cbmv.jhu.edu>.%%The CopyRight is reserved by the author.%%Last modification: April/19/2002%%========================================================%%%batch compiling of the mex files from cpp src%by Hanchuan Peng%April/16/2002list = dir('*.cpp');for i=1:length(list),  fprintf('building mex(dll) of %s\n',list(i).name);  mex(list(i).name);end;

⌨️ 快捷键说明

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