function [ s ] = solve_area( a,b,c )
p=(a+b+c)./2;
s=(p.*(p-a).*(p-b).*(p-c)).^(1/2);
end
运行结果:
超级试练试题库
© 2017-2019 超级试练试题库,All Rights Reserved.