Solved


step function

3 years ago

Solved


speed limit alert

3 years ago

Solved


Diagonal Prod

3 years ago

Solved


Create a vector of n alternating ones and zeros (★★)
Given n, your output should be a vector y of numbers such that the first number is 1 and the numbers following it alternate betw...

3 years ago

Solved


Median computation (★)
Given a vector of values, compute the median. The median is defined as the middle value in a set of *sorted* data. Thus, if ...

3 years ago

Solved


Test

3 years ago

Solved


Number of digits in an integer
Specifies how many digits in a given integer. Example: in=100 ==> out=3

3 years ago

Solved


Sum of elements in a vector (★)
(copy of Prob. 3) Find the sum of all the numbers of the input vector x. Input x = [1 2 3 5] Output y is 11 <> ...

3 years ago

Solved


sign function

3 years ago

Solved


Swap rows

3 years ago

Solved


Card games

3 years ago

Solved


imaginary

3 years ago

Solved


Real

3 years ago

Solved


Remnant

3 years ago

Solved


print

3 years ago

Solved


Swap

3 years ago

Solved


Sudoku

3 years ago

Solved


delta x

3 years ago

Solved


find the height

3 years ago

Solved


Return multiples of 3

3 years ago

Solved


Replace multiples of 5 with NaN
It is required to replace all values in a vector that are multiples of 5 with NaN. Example: input: x = [1 2 5 12 10 7] ...

3 years ago

Solved


size

3 years ago

Solved


Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product

3 years ago

Solved


PIN code III

3 years ago

Solved


Replace odd number in given matrix by zero
Replace the odd numbers in a given matrix with zero. Example A = [ 17 24 1 8 15 23 5 7 ...

3 years ago

Solved


NaN

3 years ago

Solved


Row avg

3 years ago

Solved


Factorial

3 years ago

Load more