matlab如何表示分段函数
问题描述:
matlab如何表示分段函数
答
举个例子:
函数:1>x>0,y=x,
2>x>1,y=2x
m函数:
function y=myfun1(x)
y=x.*(x>=0 & x=1 & x