Solved


step function

4 years ago

Solved


speed limit alert

4 years ago

Solved


Diagonal Prod

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

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

4 years ago

Solved


Test

4 years ago

Solved


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

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

4 years ago

Solved


sign function

4 years ago

Solved


Swap rows

4 years ago

Solved


Card games

4 years ago

Solved


imaginary

4 years ago

Solved


Real

4 years ago

Solved


Remnant

4 years ago

Solved


print

4 years ago

Solved


Swap

4 years ago

Solved


Sudoku

4 years ago

Solved


delta x

4 years ago

Solved


find the height

4 years ago

Solved


Return multiples of 3

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

4 years ago

Solved


size

4 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

4 years ago

Solved


PIN code III

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

4 years ago

Solved


NaN

4 years ago

Solved


Row avg

4 years ago

Solved


Factorial

4 years ago

Load more