ezplot函数在绘图时,怎么指定自变量的范围???
1个回答
展开全部
在函数后面的选项中可以直接输入指定自变量的范围 ,例如下面的
ezplot('cos(x)')
ezplot('cos(x)', [0, pi])
ezplot('1/y-log(y)+log(-1+y)+x - 1')
ezplot('x^2 - y^2 - 1')
ezplot('x^2 + y^2 - 1',[-1.25,1.25]); axis equal
ezplot('x^3 + y^3 - 5*x*y + 1/5',[-3,3])
ezplot('x^3 + 2*x^2 - 3*x + 5 - y^2')
ezplot('sin(t)','cos(t)')
ezplot('sin(3*t)*cos(t)','sin(3*t)*sin(t)',[0,pi])
ezplot('t*cos(t)','t*sin(t)',[0,4*pi])
ezplot('cos(x)')
ezplot('cos(x)', [0, pi])
ezplot('1/y-log(y)+log(-1+y)+x - 1')
ezplot('x^2 - y^2 - 1')
ezplot('x^2 + y^2 - 1',[-1.25,1.25]); axis equal
ezplot('x^3 + y^3 - 5*x*y + 1/5',[-3,3])
ezplot('x^3 + 2*x^2 - 3*x + 5 - y^2')
ezplot('sin(t)','cos(t)')
ezplot('sin(3*t)*cos(t)','sin(3*t)*sin(t)',[0,pi])
ezplot('t*cos(t)','t*sin(t)',[0,4*pi])
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询