Resuelto


step function

casi 3 años hace

Resuelto


speed limit alert

casi 3 años hace

Resuelto


Diagonal Prod

casi 3 años hace

Resuelto


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

casi 3 años hace

Resuelto


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

casi 3 años hace

Resuelto


Test

casi 3 años hace

Resuelto


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

casi 3 años hace

Resuelto


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

casi 3 años hace

Resuelto


sign function

casi 3 años hace

Resuelto


Swap rows

casi 3 años hace

Resuelto


Card games

casi 3 años hace

Resuelto


imaginary

casi 3 años hace

Resuelto


Real

casi 3 años hace

Resuelto


Remnant

casi 3 años hace

Resuelto


print

casi 3 años hace

Resuelto


Swap

casi 3 años hace

Resuelto


Sudoku

casi 3 años hace

Resuelto


delta x

casi 3 años hace

Resuelto


find the height

casi 3 años hace

Resuelto


Return multiples of 3

casi 3 años hace

Resuelto


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

casi 3 años hace

Resuelto


size

casi 3 años hace

Resuelto


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

casi 3 años hace

Resuelto


PIN code III

casi 3 años hace

Resuelto


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

casi 3 años hace

Resuelto


NaN

casi 3 años hace

Resuelto


Row avg

casi 3 años hace

Resuelto


Factorial

casi 3 años hace

Cargar más