Keith Regner - MATLAB Central
photo

Keith Regner


Last seen: oltre un anno fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

All
CodyMATLAB AnswersFrom 01/21 to 01/25Use left and right arrows to move selectionFrom 01/21Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
48.223
of 156.475

CONTRIBUTI
0 Problemi
6 Soluzioni

PUNTEGGIO
70

NUMERO DI BADGE
1

  • Thankful Level 1
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

circa 4 anni fa

Risolto


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

circa 4 anni fa

Risolto


Inner product of two vectors
Find the inner product of two vectors.

circa 4 anni fa

Risolto


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

circa 4 anni fa

Risolto


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

circa 4 anni fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

circa 4 anni fa

Go to top of page