md5 チェックサムを取得
res=getmd5(filename) res=getmd5(ParamString,'string')
md5 結果 (文字列)
ファイル名 (文字列または文字列の行列)
文字列または文字列の行列
getmd5は, ファイルfilenameまたは文字列ParamStringの md5 チェックサムを取得します.
getmd5
filename
ParamString
getmd5('hello world','string') getmd5(['hello' 'world'],'string') getmd5(['hello' ; 'world'],'string') getmd5( SCI+'/modules/core/etc/core.start' ) getmd5( SCI+'/modules/core/etc/'+['core.start' 'core.quit'])