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 years 前 | 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 years 前 | 2 个回答 | 0
