function f=fun_es(x); f=0.5*exp^(x./3)-x.*x.*sin(x); end
来源:学生作业帮 编辑:神马作文网作业帮 分类:综合作业 时间:2024/11/12 09:49:01
function f=fun_es(x); f=0.5*exp^(x./3)-x.*x.*sin(x); end
编写一个函数M文件fun_es(x),计算如下函数
其中的变量可以为标量,也可以为向量(数组)
在MATLAB里输入如下指令检验此函数 fun_es(3) fun_es([1 2 3 4])
请问我编写的哪不对了,就是运行不了
编写一个函数M文件fun_es(x),计算如下函数
其中的变量可以为标量,也可以为向量(数组)
在MATLAB里输入如下指令检验此函数 fun_es(3) fun_es([1 2 3 4])
请问我编写的哪不对了,就是运行不了
function f=fun_es(x)
f=0.5*exp(x/3)-x.*x.*sin(x);
end
exp本身就是求幂预算,不用再加^
function定义函数那句不用加;
其他的就可以了
f=0.5*exp(x/3)-x.*x.*sin(x);
end
exp本身就是求幂预算,不用再加^
function定义函数那句不用加;
其他的就可以了
matlab画图 我定义的函数 function y = F( x) y=exp(-x)-x; end
用MATLAB怎么绘出f(x)=exp(-x^2)*(x+sin(x))
Let f be the function with derivative given by f'(x)=sin(x*x
matlab中语句f=@(x,y)exp(-x.^2/3).*sin(x.^2+2*y)中@(x,
已知f(x)=exp(-ax) (0
求导f(x) = cos(3x) * cos(2x) + sin(3x) * sin(2x).
find the inverse of the function:f(x)= (4x-1)/(2x+3)
if the function f satisfies the equation f(x+y)=f(x)+f(y) fo
z =-4*cos(2*exp(-x))*exp(-x)^2-2*sin(2*exp(-x))*exp(-x)要将x=3
f(x)为奇函数,x>0,f(x)=sin 2x+cos x,则x
已知f(x)=sin
f(x)=|sin x+cos x+tan x+cot x+sec x+csc x|最小值