문제를 풀었습니다


The Answer to Life, the Universe, and Everything
A variation of a previous Hitchhiker's Guide to the Galaxy problem. *Inputs:* Life, the Universe, and Everything *Output:*...

거의 5년 전

문제를 풀었습니다


letter yes yes & letter no no
Split a string into two strings, wherein the first string has all alphabetic letters and the second string has all the remaining...

거의 5년 전

문제를 풀었습니다


convert matrix to single column
given any matrix, convert it to single column

거의 5년 전

문제를 풀었습니다


Are you in XY plane?
Take a point P as an input position Vector (x,y,z). If you are in XY plane, return 1 as an output otherwise return 0. Example...

거의 5년 전

문제를 풀었습니다


Find out total non zero element of matrix
Find out Non zero element of matrix A=magic(5) 17 24 1 8 15 23 5 7 14 16 4 6...

거의 5년 전

문제를 풀었습니다


Find 100 from a Matrix and Replace With 0 with less computation time
pls use this matrix x = [208 40 167 180 112 70 192 215 90 19 231 100 9 100 97 100 ...

거의 5년 전

문제를 풀었습니다


Swap two numbers
Example Input: a = 10 b = 20 Output a = 20 b = 10

거의 5년 전

문제를 풀었습니다


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

거의 5년 전

문제를 풀었습니다


Interior angles
Find the sum of interior angles for polygon of x sides.

거의 5년 전

문제를 풀었습니다


Rounding
Round 10.67 and make 'y' equal to that number.

거의 5년 전

문제를 풀었습니다


ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122

대략 5년 전

문제를 풀었습니다


Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...

대략 5년 전

문제를 풀었습니다


Matlab Basics - y as a function of x
Write a function to calculate y as a function of x, such that y = 6x^2 + 5x - 2

대략 5년 전

문제를 풀었습니다


Calculate the base-10 logarithm of a number
Calculate the logarithm of number x

대략 5년 전

문제를 풀었습니다


calculate the tangent of angle in radians
Calculate the tangent of angle in degrees

대략 5년 전

문제를 풀었습니다


Test if a number is numeric or not
Test if a number is numeric or not

대략 5년 전

문제를 풀었습니다


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

대략 5년 전

문제를 풀었습니다


Determine if a row vector has NaN
Determine if a row vector x has NaN

대략 5년 전

문제를 풀었습니다


factorial of a number x
Factorial of a number x

대략 5년 전

문제를 풀었습니다


Min of a Matrix
Return the minimum value in the given matrix.

대략 5년 전

문제를 풀었습니다


Say something funny
Say something funny, or not. Your solution will be (fully automatically and objectively) scored based on how clever or funny ...

대략 5년 전

문제를 풀었습니다


Determine Whether an array is empty
Input a matrix x, output y is TRUE if x is empty, otherwise FALSE.

대략 5년 전

문제를 풀었습니다


Perimeters/Circumference
Given an array. Determine whether the perimeter is of a circle, triangle or square. Then calculate the perimeter.

대략 5년 전

문제를 풀었습니다


Remove and Sort
Given a randomized array n, sort it and remove all odd integers. n=5 y = [2 4]

대략 5년 전

문제를 풀었습니다


Product of Array
Given an array of numbers. Get the product of the array.

대략 5년 전

문제를 풀었습니다


Is It a Palindrome?
Given a string or array, determine if it is a palindrome.

대략 5년 전

문제를 풀었습니다


Where is she?
Given the numbers 12, 3, 6, 9 Tell where the girl is located. That is: Look to your 3 o'clock = look right Example ...

대략 5년 전

문제를 풀었습니다


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

대략 5년 전

문제를 풀었습니다


Remove the Zero
Given an array n, remove all zeros

대략 5년 전

문제를 풀었습니다


What's size of TV?
Many people buy TV. Usually they ask about diagonal. But also important are width and height. Let's assume that all TV have rati...

대략 5년 전

더 보기