Community Profile

photo

Ali Ahmed


Last seen: meer dan een jaar ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
Graph Doesn't Plot Piecewise Function
Nvm i solved it

meer dan een jaar ago | 0

Question


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...

meer dan een jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan een jaar ago | 2 answers | 0

2

answers