Community Profile

photo

Niccolo Battistini


Rutgers University New Brunswick

Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
  • 5-Star Galaxy Level 1
  • First Submission
  • Solver

View badges

Feeds

View by

Solved


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

12 years ago

Solved


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

12 years ago

Solved


Find the sum of the elements in the "second" diagonal
Find the sum of the elements in the diagonal that starts at the top-right corner and ends at the bottom-left corner.

12 years ago

Submitted


Outliers
Create vectors of outliers and non-outliers according to either Grubbs or Interquartile range method

12 years ago | 2 downloads |