菜鸟求分段函数编程
x*sqrt(x+sqrt(x)) x不等于10;cos(x+1)+sqrt(x^2+1) x等于10;
[ 本帖最后由 TT1314 于 2007-7-4 20:50 编辑 ] help if
回复 #2 stephenhope 的帖子
:@o 拜托!这期学的不咋的啊,等着救命!回复 #3 TT1314 的帖子
去simulink论坛看看,我刚发了分段函数实现的详细方法!回复 #4 zhllz 的帖子
请问怎么进啊?我还只是个菜鸟,什么都不懂 原帖由 TT1314 于 2007-7-4 20:45 发表 http://www.chinavib.com/forum/images/common/back.gifx*sqrt(x+sqrt(x)) x不等于10;
cos(x+1)+sqrt(x^2+1) x等于10;
建议你还是先系统的看几本matlab电子书.
回复 #7 geoer 的帖子
那可以先帮我把这个程序搞定吗?谢谢了 原帖由 TT1314 于 2007-7-4 20:45 发表 http://www.chinavib.com/forum/images/common/back.gifx*sqrt(x+sqrt(x)) x不等于10;
cos(x+1)+sqrt(x^2+1) x等于10;
请搜索版面
回复 #1 TT1314 的帖子
function=subsection(x);if x==10
y=x*sqrt(x+sqrt(x));
else
y=cos(x+1)+sqrt(x^2+1);
end
页:
[1]