> 其他 >
如何用matlab M文件表达该式 a(1)+a(2)*log(x)+a(3)*log(1-x)+a(4)/x+a(5)*x
如题所示
x 为矩阵
人气:164 ℃ 时间:2020-06-14 20:32:03
解答
function y=f(a,x)
y=a(1)+a(2)*log(x)+a(3)*log(1-x)+a(4)./x+a(5)*x;
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版