photo

Marina Osorio


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
148,324
of 300,603

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,028

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,786

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer