Solved


step function

nästan 3 år ago

Solved


speed limit alert

nästan 3 år ago

Solved


Diagonal Prod

nästan 3 år 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...

nästan 3 år 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 ...

nästan 3 år ago

Solved


Test

nästan 3 år ago

Solved


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

nästan 3 år 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 <> ...

nästan 3 år ago

Solved


sign function

nästan 3 år ago

Solved


Swap rows

nästan 3 år ago

Solved


Card games

nästan 3 år ago

Solved


imaginary

nästan 3 år ago

Solved


Real

nästan 3 år ago

Solved


Remnant

nästan 3 år ago

Solved


print

nästan 3 år ago

Solved


Swap

nästan 3 år ago

Solved


Sudoku

nästan 3 år ago

Solved


delta x

nästan 3 år ago

Solved


find the height

nästan 3 år ago

Solved


Return multiples of 3

nästan 3 år 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] ...

nästan 3 år ago

Solved


size

nästan 3 år 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

nästan 3 år ago

Solved


PIN code III

nästan 3 år 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 ...

nästan 3 år ago

Solved


NaN

nästan 3 år ago

Solved


Row avg

nästan 3 år ago

Solved


Factorial

nästan 3 år ago

Load more