문제를 풀었습니다


Row avg

대략 4년 전

문제를 풀었습니다


NaN

대략 4년 전

문제를 풀었습니다


Set zero

대략 4년 전

문제를 풀었습니다


Swap rows

대략 4년 전

문제를 풀었습니다


Insert zeros

대략 4년 전

문제를 풀었습니다


find the height

대략 4년 전

문제를 풀었습니다


Size

대략 4년 전

문제를 풀었습니다


Factorial

대략 4년 전

문제를 풀었습니다


imaginary

대략 4년 전

문제를 풀었습니다


Draw a x-by-x matrix British flag (Euro 2020)
Draw a x-by-x matrix 'British flag' using '0' and '1'.(x is odd and bigger than 4) x = 5 answer = [0 0 1 0 0 ...

대략 4년 전

문제를 풀었습니다


Min-Max digit

대략 4년 전

문제를 풀었습니다


MATLAB Basics: Complex Conjugates
For a given complex number, x, return the complex conjugate, y.

대략 4년 전

문제를 풀었습니다


matlab indian players
answer is one of the indian matlab player(just for fun dont take serious)

대략 4년 전

문제를 풀었습니다


MATLAB Basics: Complex Numbers
For a given complex number, x, return the real and imaginary parts as a vector, y = [Real Imaginary].

대략 4년 전

문제를 풀었습니다


MATLAB Basics: Complex Argument
For a given complex number, x, return the argument, y, in degrees.

대략 4년 전

문제를 풀었습니다


Matrix Indexing
Given a matrix A and scalars r,c,i, find the product of two elements, with the first element located at row r and column c (doub...

대략 4년 전

문제를 풀었습니다


Digits Multiplication
Your function should calculate the product of the digits of a positive given integer excluding any zeroes. Example: the result ...

대략 4년 전

문제를 풀었습니다


Stacking vectors into a matrix
Given a 4x1 vector a, and a 2x2 matrix b, create a matrix M in which the first 2 rows are each identical to a and the last two r...

대략 4년 전

문제를 풀었습니다


Swap

대략 4년 전

문제를 풀었습니다


Test

대략 4년 전

문제를 풀었습니다


step function

대략 4년 전

문제를 풀었습니다


Remnant

대략 4년 전

문제를 풀었습니다


Make a run-length companion vector
Given a vector x, return a vector r that indicates the run length of any value in x. Each element in r shows how many times the ...

대략 4년 전

문제를 풀었습니다


Sort numbers by outside digits
Sort the array so that they are sorted as if their value was a 5 digit number made from the first three and last two digits of t...

대략 4년 전

문제를 풀었습니다


Find the maximum two numbers of every column of a matrix
Find the maximum two numbers of every column of a matrix. Example: If we input a matrix A = [ 1 2 4 6 0 3 ...

대략 4년 전

문제를 풀었습니다


Tridiagonal
Return an n-by-n matrix that has a, b, c as the subdiagonal, main diagonal, and superdiagonal entries in the matrix. Example ...

대략 4년 전

문제를 풀었습니다


Given a window, how many subsets of a vector sum positive
Given a vector: [1 0 -1 3 2 -3 1] and a window of 2, A sliding window would find: 1 + 0 = 1 0 - 1 = -1 ...

대략 4년 전

문제를 풀었습니다


Convert binary numbers to hexadecimal numbers
Function must convert the input vector x composed of 0 and 1 (length is a multiple of 8) in hexadecimal. Most significant bit is...

대략 4년 전

문제를 풀었습니다


Find longest run
Write a function longest_run that takes as input an array of 0's and 1's and outputs the length and index of the longest consecu...

대략 4년 전

문제를 풀었습니다


Angular Velocity

대략 4년 전

더 보기