📄 mutualinfo.m
字号:
function h = mutualinfo(vec1,vec2)%=========================================================%%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%%========================================================%% h = mutualinfo(vec1,vec2)% calculate the mutual information of two vectors% By Hanchuan Peng, April/2002%[p12, p1, p2] = estpab(vec1,vec2);h = estmutualinfo(p12,p1,p2);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -