matlab求定积分报错The integrand function must return an output vec
来源:学生作业帮 编辑:神马作文网作业帮 分类:综合作业 时间:2024/11/15 18:15:58
matlab求定积分报错The integrand function must return an output vector of the same length as the i
>> df=@(x)exp(x)*(exp(x))'
df =
@(x)exp(x)*(exp(x))'
>> quad(df,0,1)
Error using quad (line 75)
The integrand function must return an output vector of the same length as the input vector.
求教exp(x)*exp(x)'的定积分如何求得?
>> df=@(x)exp(x)*(exp(x))'
df =
@(x)exp(x)*(exp(x))'
>> quad(df,0,1)
Error using quad (line 75)
The integrand function must return an output vector of the same length as the input vector.
求教exp(x)*exp(x)'的定积分如何求得?
df=@(x) exp(x).*exp(x) % 数值积分要用 点乘
quad(df,0,1)
df =
@(x)exp(x).*exp(x)
ans =
3.1945
再问: 第二个exp(x)是共轭转置的
再答: 没明白
再问: 是求解exp(x)*exp(x)'的定积分不是exp(x)*exp(x)的,只是实验中公式的简化而已,原来是求 a(x)乘a(x)的共轭转置 的定积分,exp(x)是a(x)表达式的一部分,请不必考虑计算的实际意义,多谢赐教。
再答: 不好意思,水平有限
quad(df,0,1)
df =
@(x)exp(x).*exp(x)
ans =
3.1945
再问: 第二个exp(x)是共轭转置的
再答: 没明白
再问: 是求解exp(x)*exp(x)'的定积分不是exp(x)*exp(x)的,只是实验中公式的简化而已,原来是求 a(x)乘a(x)的共轭转置 的定积分,exp(x)是a(x)表达式的一部分,请不必考虑计算的实际意义,多谢赐教。
再答: 不好意思,水平有限
matlab求定积分报错The integrand function must return an output vec
matlab报错,The integrand function must return an output vector
怎样用matlab求定积分
关于MATLAB求定积分
matlab报错Function definitions are not permitted at the prompt
求matlab求定积分的问题~
怎么样用matlab求定积分?
关于Matlab求定积分的问题
用matlab定积分怎么求
如何用matlab求这个定积分?
请教matlab高手,求定积分
MATLAB求一道定积分方程