Feeds
질문
Graph Doesn't Plot Piecewise Function
syms x; f = piecewise(x <= 1, ((-2.*(x.^2))+9.*x-7), x > 1, (10.*(x^(1./2))+3)); fplot(x,y,[-4 5]); This code should run, i d...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
Graph not being displayed
I wrote a very simple code: x=linspace(-5,5,130); y=((2.*x.^2)-(2.*x)-1)/((x.^4)+1); plot(x,y); This code doesnt display the...
3년 초과 전 | 답변 수: 2 | 0
