查看单个帖子
旧 2007-12-11, 10:58   #2
beginer
普通会员
 
beginer 的头像
 
注册日期: 2007-04-04
帖子: 91
声望力: 20
beginer 正向着好的方向发展
默认

if x<0
y=sqrt(x^2+1);
elseif 0<=x<10
y=3*x+1;
else x>=10
y=9*sin(5*x-50)+31;
end
beginer 当前离线   回复时引用此帖