Risolto


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

quasi 10 anni fa

Risolto


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

quasi 10 anni fa

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

quasi 10 anni fa

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

quasi 10 anni fa

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

quasi 10 anni fa

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

quasi 10 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:...

quasi 10 anni fa

Domanda


help solving string question
Durring my last semester, we were given a bonus quiz to write a function the received and numberical input and produced the revi...

quasi 10 anni fa | 5 risposte | 0

5

risposte

Domanda


Unique numbers in array
I was charged to *try and write my own unique function* , I was thinking of first sorting the array, and then writing a loop tha...

quasi 10 anni fa | 2 risposte | 0

2

risposte

Domanda


Matrix addition and means
I am trying to take a matrix of any size , whether it has one row or 9, and write a function file that add the each element by i...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Advanced Matrices addition help
Im trying to figure out how I can create a function that will take a row vector, say 3-x-n, and figure out how to add each eleme...

quasi 10 anni fa | 2 risposte | 0

2

risposte