Resuelto


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

más de 12 años hace

Problema


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

más de 12 años hace | 3 | 372 solvers

Resuelto


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

más de 12 años hace

Resuelto


calculate km to m
calculate 1123 km to m

más de 12 años hace

Resuelto


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

más de 12 años hace

Resuelto


Name the bigest junkie
eg. name='JOHN'

más de 12 años hace

Resuelto


rewrite vector
rewrite vector [1 2 1]

más de 12 años hace

Resuelto


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

más de 12 años hace

Problema


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

más de 12 años hace | 0 | 115 solvers

Resuelto


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

más de 12 años hace

Problema


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

más de 12 años hace | 2 | 22 solvers

Resuelto


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

más de 12 años hace

Resuelto


the fastest driver
the fastest driver

más de 12 años hace

Resuelto


length of vector
give a length of vector

más de 12 años hace

Resuelto


say "hi"
say "hi"

más de 12 años hace

Resuelto


to the power
fix code

más de 12 años hace

Resuelto


area of triangle
h=5 and x

más de 12 años hace

Resuelto


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

más de 12 años hace

Resuelto


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

más de 12 años hace

Resuelto


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

más de 12 años hace

Resuelto


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

más de 12 años hace

Resuelto


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

más de 12 años hace

Resuelto


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

más de 12 años hace

Resuelto


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

más de 12 años hace

Problema


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

más de 12 años hace | 4 | 237 solvers

Resuelto


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

más de 12 años hace

Resuelto


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

más de 12 años hace

Resuelto


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

más de 12 años hace

Resuelto


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

más de 12 años hace

Resuelto


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

más de 12 años hace

Cargar más