문제를 풀었습니다


Switch matrix to a column vector
for e.g. x = [1 2 3 4] y = 1 3 2 4

거의 11년 전

문제


Switch matrix to a column vector
for e.g. x = [1 2 3 4] y = 1 3 2 4

거의 11년 전 | 2 | 솔버 수: 341

문제를 풀었습니다


Wrapping the Tower of Pisa
The famous artist Christo Vladimirov Javacheff, who likes pizza, wants to wrap the well-known Italian tower in paper. It is a ci...

거의 11년 전

문제를 풀었습니다


calculate km to m
calculate 1123 km to m

거의 11년 전

문제를 풀었습니다


Who is the smartest MATLAB programmer?
Who is the smartest MATLAB programmer? Examples: Input x = 'Is it Obama?' Output = 'Me!' Input x = 'Who ?' Ou...

거의 11년 전

문제를 풀었습니다


Name the bigest junkie
eg. name='JOHN'

거의 11년 전

문제를 풀었습니다


rewrite vector
rewrite vector [1 2 1]

거의 11년 전

문제를 풀었습니다


Calculate the integral of the polynomial
for e.g. in = [3 2 1] out = [1 1 1 0]

거의 11년 전

문제


Calculate the integral of the polynomial
for e.g. in = [3 2 1] out = [1 1 1 0]

거의 11년 전 | 0 | 솔버 수: 107

문제를 풀었습니다


generate a matrix of Legendre polynomials
input = x - the degree of the polynomial output = matrix of Legendre polynomials

거의 11년 전

문제


generate a matrix of Legendre polynomials
input = x - the degree of the polynomial output = matrix of Legendre polynomials

거의 11년 전 | 2 | 솔버 수: 17

문제를 풀었습니다


Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.

거의 11년 전

문제를 풀었습니다


the fastest driver
the fastest driver

거의 11년 전

문제를 풀었습니다


length of vector
give a length of vector

거의 11년 전

문제를 풀었습니다


say "hi"
say "hi"

거의 11년 전

문제를 풀었습니다


to the power
fix code

거의 11년 전

문제를 풀었습니다


area of triangle
h=5 and x

거의 11년 전

문제를 풀었습니다


Calcucate area of square
calcutae area for example 1*1=2 ...

거의 11년 전

문제를 풀었습니다


The sum of the numbers in the vector
eg. [1,2,3]---->SUM=6

거의 11년 전

문제를 풀었습니다


Walk on water
There is only one man who walked on water.

거의 11년 전

문제를 풀었습니다


Return area of square
Side of square=input=a Area=output=b

거의 11년 전

문제를 풀었습니다


Do Fast Fourier Transformation
Example Fast Fourier Transformation from vector [2,1]) ans = 3 1

거의 11년 전

문제를 풀었습니다


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

거의 11년 전

문제를 풀었습니다


Calculate the derivative of a polynomial
Example: in = [ 1 1 1 ] out = [ 2 1 ]

거의 11년 전

문제


Calculate the derivative of a polynomial
Example: in = [ 1 1 1 ] out = [ 2 1 ]

거의 11년 전 | 3 | 솔버 수: 223

문제를 풀었습니다


Find the numeric mean of the prime numbers in a matrix.
There will always be at least one prime in the matrix. Example: Input in = [ 8 3 5 9 ] Output out is 4...

거의 11년 전

문제를 풀었습니다


Project Euler: Problem 8, Find largest product in a large string of numbers
Find the greatest product of five consecutive digits in an n-digit number. 73167176531330624919225119674426574742355349194934...

거의 11년 전

문제를 풀었습니다


Make a 1 hot vector
Make a vector of length _N_ that consists of all zeros except at index _k_, where it has the value 1. Example: Input ...

거의 11년 전

문제를 풀었습니다


Project Euler: Problem 5, Smallest multiple
2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder. What is the smalle...

거의 11년 전

문제를 풀었습니다


Project Euler: Problem 7, Nth prime
By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13. What is the Nth prime nu...

거의 11년 전

더 보기