当前位置: > 关于符号变量的分段函数...
题目
关于符号变量的分段函数
function D = fcn(ut)
syms r
c1=0.5;
c2=0.0014;
c3=1;
R=100;
persistent a;
if isempty(a)
a=0.07;
end
if diff(ut)>0
h=max(ut-r,a);
elseif diff(ut) 0
h=min(ut+r,a); %ut的极小值点
a=h;
elseif diff(ut,2) < 0
h=max(ut-r,a); %ut的极大值点
a=h;
end
end
pr=c1*exp(-c2*(r-c3)^2);
D=int(pr*h,r,0,R);
D=subs(D);
为啥说
为啥说没定义h呢 h不是中间变量吗 该怎么写呢

提问时间:2021-03-19

答案
if isempty(a)
a=0.07;
end
h=[];
if diff(ut)>0
改成这样的试试,应该是在用h之前定义一个空矩阵
举一反三
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
1,人们染上烟瘾,最终因吸烟使自己丧命.
版权所有 CopyRight © 2012-2019 超级试练试题库 All Rights Reserved.