문제를 풀었습니다


index of n^2 in magic(n)
input=5 magic matrix 17 24 1 8 15 23 5 7 14 16 4 6 13 20 22 10 ...

대략 5년 전

문제를 풀었습니다


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

대략 5년 전

문제를 풀었습니다


Create and Transpose Matrix

대략 5년 전

문제를 풀었습니다


Find Sum of array

대략 5년 전

문제를 풀었습니다


Determine if input is a perfect square

대략 5년 전

문제를 풀었습니다


Find Logic 7

대략 5년 전

문제를 풀었습니다


Add 2 Vectors

대략 5년 전

문제를 풀었습니다


Subtract two numbers

대략 5년 전

문제를 풀었습니다


Find y if y is 4 times the value of x.

대략 5년 전

문제를 풀었습니다


Replace values under a limit
For a vector x and number n, the goal is to find every element of x inferior to n and replace it by n. Example x= [ 1 2 3...

대략 5년 전

문제를 풀었습니다


Round to nearest integer

대략 5년 전

문제를 풀었습니다


multiply by 7

대략 5년 전

문제를 풀었습니다


Multiply by 14

대략 5년 전

문제를 풀었습니다


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 ...

대략 5년 전

문제를 풀었습니다


calculate RMS voltage
given peak to peak voltage, calculate rms voltage

5년 초과 전

문제를 풀었습니다


Circle : Square

5년 초과 전

문제를 풀었습니다


Create an array from 1 to x in steps of 1.

5년 초과 전

문제를 풀었습니다


Getting the row and column location from a matrix
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to get <http://www.mathwo...

5년 초과 전

문제를 풀었습니다


Find Factrorial without using built-in function
A number is given, you have to find the factorial of the number without using built-in factroial function. You may use loops....

5년 초과 전

문제를 풀었습니다


Sum the real and imaginary parts of a complex number
Sum the real and imaginary parts of a complex number. Example c = 1+2i has the solution 1 + 2 = 3

5년 초과 전

문제를 풀었습니다


Find Logic 8

5년 초과 전

문제를 풀었습니다


Find Logic 3

5년 초과 전

문제를 풀었습니다


Find Logic 10

5년 초과 전

문제를 풀었습니다


Project Euler: Problem 3, Largest prime factor
The prime factors of 13195 are 5, 7, 13 and 29. What is the largest prime factor of the number being input, input might be ui...

5년 초과 전

문제를 풀었습니다


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

5년 초과 전

문제를 풀었습니다


~~~~~~~ WAVE ~~~~~~~~~
|The WAVE generator| Once upon a time there was a river. 'Sum' was passing by the river. He saw the water of the river that w...

5년 초과 전

문제를 풀었습니다


How brilliant are you?
A Brilliant number is defined as a number with two prime factors, both of which have the same number of digits. Some examples: ...

5년 초과 전

문제를 풀었습니다


A KING AND 100 PRISONERS

5년 초과 전

문제를 풀었습니다


Area of Ellipse

5년 초과 전

문제를 풀었습니다


Determine if input is divisible by three.
Given a positive integer, n, determine if n is divisible by 3. If yes, the function should output true. If no, false.

5년 초과 전

더 보기