gusucode.com > 《精通matlab 7》包括配套光盘 > 配套光盘里的程序附件/Ex-37/com_test/property_test.m

    function result=property_test()
global A;
if(isempty(A))
result=0;
return;
end
result=det(A);