Community Profile

photo

Ali Ahmed


Last seen: mehr als ein Jahr vor Aktiv seit 2022

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als ein Jahr vor | 0

Frage


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

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten