Community Profile

photo

Jet_Cumt


Last seen: oltre un anno fa Attivo dal 2020

Statistiche

All
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 2
  • First Review
  • First Submission
  • Solver

Visualizza badge

Content Feed

Visto da

Inviato


AWJ Data processing system
model and multi-object optimization

quasi 4 anni fa | 1 download |

Thumbnail

Risolto


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

circa 4 anni fa

Risolto


Find max
Find the maximum value of a given vector or matrix.

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


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

circa 4 anni fa

Risolto


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

circa 4 anni fa

Risolto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

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

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