(资料图片仅供参考)
今天来聊聊关于matlab分段函数,matlab构造分段函数的文章,现在就为大家来简单介绍下matlab分段函数,matlab构造分段函数,希望对各位小伙伴们有所帮助。
1、应该这样写:function main()clc;x = 12;fx = ceshi_fun(x)function fx = ceshi_fun(x)if nargin < 1 x = 1;endif x ~= 10 fx = x*sqrt(x+sqrt(x));else fx = cos(x+1)+sqrt(x^2+1);end结果:fx = 47.1893。
相信通过matlab构造分段函数这篇文章能帮到你,在和好朋友分享的时候,也欢迎感兴趣小伙伴们一起来探讨。
本文由用户上传,如有侵权请联系删除!