문제를 풀었습니다


Eye Squared
For a positive integer |n| create the identity matrix with |n| elements. In case it is not possible to produce an identity ma...

거의 3년 전

문제를 풀었습니다


Find Logic 4

거의 3년 전

문제를 풀었습니다


Find Logic 2

거의 3년 전

문제를 풀었습니다


Find Sum of array

거의 3년 전

문제를 풀었습니다


Add 3 numbers
In this problem, you have to add three numbers a, b and c. Give output d = add(a,b,c)

거의 3년 전

문제를 풀었습니다


10% Discount

거의 3년 전

문제를 풀었습니다


Find Logic 19

거의 3년 전

문제를 풀었습니다


Matlab Basics II - Create a vector with a repeated entry
Create a row vector of length n, filled with 4's, for example, if n = 3 output = [4 4 4] make sure to round UP when n is a...

거의 3년 전

문제를 풀었습니다


Vector of numbers divisible by 3
* Input(n) - any integer * Output(v) - vector with numbers divisible by 3(exept 0) starting from n to 0 Examples: * n=6...

거의 3년 전

문제를 풀었습니다


The shortest man in the world

거의 3년 전

문제를 풀었습니다


Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...

거의 3년 전

문제를 풀었습니다


The tallest man in the world

거의 3년 전

문제를 풀었습니다


Put Two 1D matrices into one 1D matrix
Example: If input a = [1 2 3 4 5]; input b = [10 9 8 7 6]; then output will be, y_correct = [1 10 2 9 3 8 4 7 5...

거의 3년 전

문제를 풀었습니다


Output a vector which is table of 9
Output a vector which is table of 9

거의 3년 전

문제를 풀었습니다


Is it prime?
Given a number, check whether it is prime or not. If prime output is true, otherwise false.

거의 3년 전

문제를 풀었습니다


We love vectorized solutions. Problem 1 : remove the row average.
Given a 2-d matrix, remove the row average from each row. Your solution MUST be vectorized. The solution will be tested for ac...

거의 3년 전

문제를 풀었습니다


Find the Pattern 10

거의 3년 전

문제를 풀었습니다


Number Puzzle - 041

거의 3년 전

문제를 풀었습니다


Matrix Pattern 7

거의 3년 전

문제를 풀었습니다


Number Puzzles - 001

거의 3년 전

문제를 풀었습니다


Number Puzzles - 013

거의 3년 전

문제를 풀었습니다


Number Puzzles - 014

거의 3년 전

문제를 풀었습니다


Number Puzzles - 021

거의 3년 전

문제를 풀었습니다


Number Puzzles - 008

거의 3년 전

문제를 풀었습니다


Find the Pattern 1

거의 3년 전

문제를 풀었습니다


Scrabble Scores
Given a word, determine its score in <http://en.wikipedia.org/wiki/Scrabble Scrabble>. The input string will always be provi...

거의 3년 전

문제를 풀었습니다


Largest Prime Number
Given a matrix X, find the largest prime number in X.

거의 3년 전

문제를 풀었습니다


Number of problems
No, you don't read it wrong: this assignment is to return the number of this problem (and not the problem of this number).

거의 3년 전

문제를 풀었습니다


Remove the small words from a list of words.
Your job is to tidy up a list of words that appear in a string. The words are separated by one or more spaces. Remove all words ...

거의 3년 전

문제를 풀었습니다


Is the Point in a Circle?
Check whether a point or multiple points is/are in a circle centered at point (x0, y0) with radius r. Points = [x, y]; c...

거의 3년 전

더 보기