解決済み


step function

5年弱 前

解決済み


speed limit alert

5年弱 前

解決済み


Diagonal Prod

5年弱 前

解決済み


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

5年弱 前

解決済み


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

5年弱 前

解決済み


Test

5年弱 前

解決済み


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

5年弱 前

解決済み


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

5年弱 前

解決済み


sign function

5年弱 前

解決済み


Swap rows

5年弱 前

解決済み


Card games

5年弱 前

解決済み


imaginary

5年弱 前

解決済み


Real

5年弱 前

解決済み


Remnant

5年弱 前

解決済み


print

5年弱 前

解決済み


Swap

5年弱 前

解決済み


Sudoku

5年弱 前

解決済み


delta x

5年弱 前

解決済み


find the height

5年弱 前

解決済み


Return multiples of 3

5年弱 前

解決済み


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

5年弱 前

解決済み


size

5年弱 前

解決済み


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

5年弱 前

解決済み


PIN code III

5年弱 前

解決済み


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

5年弱 前

解決済み


NaN

5年弱 前

解決済み


Row avg

5年弱 前

解決済み


Factorial

5年弱 前

さらに読み込む