定义函数 cr =imratio(f1,f2) error(nargchk(2,2,nargin)); cr=bytes(f1)/bytes(f2); function b=bytes(f) if ischar(f) info=dir(f); b=info.bytes; elseif isstruct(f)