문제를 풀었습니다


Basic commands - Which licence do you use?
Please ask Matlab which license do you have on computer. Interesting fact: Pay attention what number of license has Cody. ...

거의 8년 전

문제를 풀었습니다


Basic commands - search path
Please list all search path from Matlab.

거의 8년 전

문제를 풀었습니다


Summing Digits within Text
Given a string with text and digits, add all the numbers together. Examples: Input str = '4 and 20 blackbirds baked in a...

거의 8년 전

문제를 풀었습니다


Right and wrong
Given a vector of lengths [a b c], determines whether a triangle with those sides lengths is a right triangle: <http://en.wikipe...

거의 8년 전

문제를 풀었습니다


how to find size of a matrix?
how to find size of a matrix?

거의 8년 전

문제를 풀었습니다


Create cosine function out of sine
Please dont use cos(x) directly

거의 8년 전

문제를 풀었습니다


Create sine function out of cosine
Please don't use sin(x) directly

거의 8년 전

문제를 풀었습니다


Adding machine
Add number to all elements in given vector.

거의 8년 전

문제를 풀었습니다


isnan()
Replace all nans with zeros

거의 8년 전

문제를 풀었습니다


Explode string
Convert a sentense into a cell of strings (i.e. use space as delimiter).

거의 8년 전

문제를 풀었습니다


Solution to Ax=b with singular A
Find solution to Ax=b problem if A is singular. Hint: Compute a minimum norm solution

거의 8년 전

문제를 풀었습니다


Number of nonzero elements in matrix
Calculate the number of nonzero elements for given matrix

거의 8년 전

문제를 풀었습니다


Number of elements in matrix
Calculate the # of elements for given matrix

거의 8년 전

문제를 풀었습니다


Create tangent function out of sin and cos
Please don't use tan(x) directly

거의 8년 전

문제를 풀었습니다


Create tangent function out of sine function only
Please don't use cosine and tangent functions

거의 8년 전

문제를 풀었습니다


Convert degrees to radians
Given input in degrees, output to radians

거의 8년 전

문제를 풀었습니다


Convert radians to degrees
Given input in radians, output to degrees

거의 8년 전

문제를 풀었습니다


Find the outcast
All pairs have the same difference except for one. Output the index of the latter Example: input =[0 1; 1 0; 2 3; 4 5;] ou...

거의 8년 전

문제를 풀었습니다


Get 1-4-3-4-4
Get the value of the indices in the title and assign it to an array

거의 8년 전

문제를 풀었습니다


Sum of the squares of optimus
Get the sum of the squares of primes given limit input x Ex. x = 10, output = 2^2 + 3^2 + 5^2 + 7^2

거의 8년 전

문제를 풀었습니다


Square of the sum of optimus
Get the square of the sum of all primes given the limit input x

거의 8년 전

문제를 풀었습니다


Count me in
Count the number of occurrences of the second input in the first input Ex. x1 = 12344455511; x2 =2; output = 1 x1 = 123444...

거의 8년 전

문제를 풀었습니다


Ceil Me Now
Get the ceiling of the input matrix

거의 8년 전

문제를 풀었습니다


Calculate RMSE
RMSE(Root Mean Square Error) is widely used to calculate error. Calculate RMSE between [a] and [b] a=[1 2 3 4] b=[0 1 2 ...

거의 8년 전

문제를 풀었습니다


Set number x for diagonal of square matrix, which size is n.
Set number x for diagonal of square matrix, other values should be equlal 0, which size is n. Example n=2, x=4: [4 0; 0 4]

거의 8년 전

문제를 풀었습니다


Basic commands - Left division matrix
Please write a function which will left division of A,B Pay attention this is right division: A/B

거의 8년 전

문제를 풀었습니다


Basic commands - logarithmically spaced vector
Make a function, which will give a vector: y=[ 0.01 0.1 1 10 ... 10^x];

거의 8년 전

문제를 풀었습니다


Basic commands - Excuse me, what time is it?
Please write a function, which will return current hours and minutes, please notice we are using 24h time. Return a vector li...

거의 8년 전

문제를 풀었습니다


How to Concatenate two strings?
How to Concatenate two strings?

거의 8년 전

문제를 풀었습니다


Implement zero based indexing (Vectors only)
Given an input vector and position (which is zero based) output the value Example: x = [1 2 4 5] pos = 2 value = 4

거의 8년 전

더 보기