matlab绘制散列,这是一个hash函数在matlab中的编程,希望对大家有用
function h = hash(inp,meth)% HASH - Convert an input variable into a message digest using any of% several common hash algorithms%% USAGE: h = hash(inp,'meth')%% inp= input variable, of any of...