문제를 풀었습니다


area

대략 5년 전

문제를 풀었습니다


Test

대략 5년 전

문제를 풀었습니다


Size

대략 5년 전

문제를 풀었습니다


size

대략 5년 전

문제를 풀었습니다


Matrix operation

대략 5년 전

문제를 풀었습니다


print

대략 5년 전

문제를 풀었습니다


Diagonal Prod

대략 5년 전

문제를 풀었습니다


Given an unsigned integer x, find the largest y by rearranging the bits in x
Given an unsigned integer x, find the largest y by rearranging the bits in x. Example: Input x = 10 Output y is 12 ...

대략 5년 전

문제를 풀었습니다


sign function

대략 5년 전

문제를 풀었습니다


F.R.I.E.N.D.S

대략 5년 전

문제를 풀었습니다


Swap

대략 5년 전

문제를 풀었습니다


Row sum

대략 5년 전

문제를 풀었습니다


Product of elements in a column

대략 5년 전

문제를 풀었습니다


find the index of a number

대략 5년 전

문제를 풀었습니다


Return multiples of 3

대략 5년 전

문제를 풀었습니다


Seperate 2nd column in a matrix

대략 5년 전

문제를 풀었습니다


Number Puzzles - 003

대략 5년 전

문제를 풀었습니다


ascii value
let input='a' output=97

대략 5년 전

문제를 풀었습니다


Sort a vector

대략 5년 전

문제를 풀었습니다


find the answer

대략 5년 전

문제를 풀었습니다


Find the nearest prime number
Happy 5th birthday, Cody! Since 5 is a prime number, let's have some fun looking for other prime numbers. Given a positive in...

대략 5년 전

문제를 풀었습니다


Add one raw in given matrix as shown in example
*Add one raw in given matrix as shown in example* A=[1 0;0 1]; X=[3 5]; Answer must be:[1 0; 0 1;3 5]

대략 5년 전

문제를 풀었습니다


cross in array
Make a cross from "1" in odd size array. Other value from array should be equal to "0"; As input you get length of side of arra...

대략 5년 전

문제를 풀었습니다


Wheat on a chessboard pt 2
If a chessboard were to have wheat placed upon each square such that x grains were placed on the first square and each successiv...

대략 5년 전

문제를 풀었습니다


Wheat on a chessboard pt 1
If a chessboard were to have wheat placed upon each square such that one grain were placed on the first square and each successi...

대략 5년 전

문제를 풀었습니다


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

대략 5년 전

문제를 풀었습니다


prime test 2
enter the only non prime,non composite number

대략 5년 전

문제를 풀었습니다


radius of a spherical planet
You just measured its surface area, that is the input.

대략 5년 전

문제를 풀었습니다


Unique values without using UNIQUE function
You must return unique values in a vector in *stable* mode without using the unique function. About stable order flag: ...

대략 5년 전

문제를 풀었습니다


Convert a numerical matrix into a cell array of strings
Given a numerical matrix, output a *cell array of string*. For example: if input = 1:3 output is {'1','2','3'} whic...

대략 5년 전

더 보기