Gelöst


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

fast 11 Jahre vor

Problem


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

fast 11 Jahre vor | 2 | 339 Lösungsvorschläge

Gelöst


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

fast 11 Jahre vor

Gelöst


calculate km to m
calculate 1123 km to m

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Gelöst


Name the bigest junkie
eg. name='JOHN'

fast 11 Jahre vor

Gelöst


rewrite vector
rewrite vector [1 2 1]

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Problem


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

fast 11 Jahre vor | 0 | 107 Lösungsvorschläge

Gelöst


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

fast 11 Jahre vor

Problem


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

fast 11 Jahre vor | 2 | 17 Lösungsvorschläge

Gelöst


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

fast 11 Jahre vor

Gelöst


the fastest driver
the fastest driver

fast 11 Jahre vor

Gelöst


length of vector
give a length of vector

fast 11 Jahre vor

Gelöst


say "hi"
say "hi"

fast 11 Jahre vor

Gelöst


to the power
fix code

fast 11 Jahre vor

Gelöst


area of triangle
h=5 and x

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Problem


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

fast 11 Jahre vor | 3 | 223 Lösungsvorschläge

Gelöst


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

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Mehr laden