photo

Katherine Esposito


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
259,623
of 301,432

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


How to generate a new vector (Y) which equals x except the even elements of X are replaced by the scalar 5. Vector X = [3 15 9 12 -1 0 -12 9 6 1].
I keep trying different methods but I cannot figure out how to have the even elements equal to the scalar 5.

8 years ago | 1 answer | 0

1

answer

Question


How am I supposed to write a function file called quadsolve to solve the quadratic equation of ax^2+bx+c?
I was given a problem set and I have minimal coding experience, how do I make a function file on a live script that would satisf...

8 years ago | 2 answers | 0

2

answers