photo

Michelle S


Last seen: mehr als 3 Jahre vor Aktiv seit 2015

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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?

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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?

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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?

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten