Community Profile

photo

Muhammad Mhajna


Tel Aviv Uni

Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
  • First Review
  • First Submission
  • Solver

View badges

Feeds

View by

Solved


inner product of two vectors
inner product of two vectors

11 years ago

Solved


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

12 years ago

Solved


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

12 years ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

12 years ago

Solved


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

12 years ago

Submitted


Degree of Agreement Calculator
This function do an agreement degree calculations.

12 years ago | 2 downloads |

Thumbnail