?? mutualinfo.m
字號(hào):
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);
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -