photo

Michelle S


Last seen: 5 years ago Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
216,485
of 300,857

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
0

RANK
 of 21,097

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,361

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

  • Thankful Level 1

View badges

Feeds

View by

Question


How do I calculate the values of the fibonacci sequence using a while loop in matlab?
I am given the vector fib=[0,1]. I am told to create a new vector that continues the list of Fibonacci sequence values after the...

10 years ago | 1 answer | 0

1

answer

Question


How to make a vector of fibonacci sequence values up to 5702887 using a while loop?
How to make a vector of fibonacci sequence values up to 5702887 using a while loop?

10 years ago | 0 answers | 0

0

answers

Question


How to make a matrix of fibonacci values and the corresponding number of elements to get 5702887?
Making a matrix of fibonacci values and the corresponding number of elements to get 5702887? Using a while loop I am not sure w...

10 years ago | 1 answer | 0

1

answer

Question


How to manipulate the vector prob5 = rand(1,6) to create a new vector of values that range from 10 through 20?
How to manipulate the vector prob5=rand(1,6) to create a new vector of values that range from 10 through 20?

10 years ago | 1 answer | 0

1

answer

Question


How to use a for loop to calculate the sum of a row vector?
I have the values x-[1, 23, 43, 72, 87, 56, 98, 33] How do you calculate the sum (which should equal 413) using a for loop?

10 years ago | 2 answers | 0

2

answers