Community Profile

photo

Marina Osorio


Last seen: 9 Monate vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

Feeds

Anzeigen nach

Frage


I'm trying to create a function and it's not working, I don't know what's wrong with it?
function gx = g(x) x1 = find(x <-pi); gx(x1)=-1; x2 = find(x>=-pi & x<=pi); xs = x(x2); gx(x2)=cos(xs); x3 = find(x>pi...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


why are my graphs not publishing?
%% Problem 3 %Part a: Create a function called height that accepts time as an imput and %returns the height of the rocket. ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort