Gelöst


find the maximum element of the matrix
for e.g x = [1 2; 3 4] y = 4

etwa 13 Jahre vor

Gelöst


Area of triangle
Calculate the triangle area

etwa 13 Jahre vor

Gelöst


calculate km to m
calculate 1123 km to m

etwa 13 Jahre vor

Gelöst


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

etwa 13 Jahre vor

Gelöst


Triangle circuit
Calculate the triangle circuit

etwa 13 Jahre vor

Gelöst


Calculate inverse Fourier transform
inverse Fourier transform of the vector x

etwa 13 Jahre vor

Gelöst


circuit of square
Calculate the circuit of square

etwa 13 Jahre vor

Gelöst


Square area
Calculate the area of square

etwa 13 Jahre vor

Gelöst


Length of the vector
Return the length of given vector

etwa 13 Jahre vor

Gelöst


Number of columns in matrix
Return the number of columns in matrix

etwa 13 Jahre vor

Gelöst


Number of rows in matrix
Return the number of rows in matrix

etwa 13 Jahre vor

Gelöst


Number of elements in matrix
Just return number of elements in the matrix

etwa 13 Jahre vor

Gelöst


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

etwa 13 Jahre vor

Gelöst


Can I make a right triangle ?
Input(a) - is vector with any amount of values. Interpreted as legths of sides. Output(b): * Is true if there are any 3 va...

etwa 13 Jahre vor

Gelöst


Relative ratio of "1" in binary number
Input(n) is positive integer number Output(r) is (number of "1" in binary input) / (number of bits). Example: * n=0; r=...

etwa 13 Jahre vor

Gelöst


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

etwa 13 Jahre vor

Gelöst


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

etwa 13 Jahre vor

Problem


Criss-Cross Verification: NHL
This Challenge is to verify a Criss-Cross matrix has no invalid words,contains all of the word set, and all are simply connected...

etwa 13 Jahre vor | 0 | 7 Lösungsvorschläge

Gelöst


Criss-Cross Verification: NHL
This Challenge is to verify a Criss-Cross matrix has no invalid words,contains all of the word set, and all are simply connected...

etwa 13 Jahre vor

Gelöst


Frobenius Norm
Write your own version of Frobenius Norm without using the 'norm' function.

etwa 13 Jahre vor

Gelöst


Sum the numbers on the main diagonal
Sum the numbers on the main diagonal of an n-by-n matrix. For input: A = [1 2 4 3 6 2 2 4 7]...

etwa 13 Jahre vor

Gelöst


The rabbit problem
Someone discovered that rabbits reproduce at the rate of fibonnaci so you just input the number and it will print the fibonnaci ...

etwa 13 Jahre vor

Problem


SLP Calculation
The SLP Calculation Challenge is to implement SLP sequences and output the result as a string. SLP, Straight Line Program, creat...

etwa 13 Jahre vor | 2 | 8 Lösungsvorschläge

Gelöst


SLP Calculation
The SLP Calculation Challenge is to implement SLP sequences and output the result as a string. SLP, Straight Line Program, creat...

etwa 13 Jahre vor

Gelöst


Procrustean bed
Given a vector x and an integer n, convert x to a vector of length n by (1) chopping off the end if it is too long, or (2) addin...

etwa 13 Jahre vor

Gelöst


Related Vectors
I have two vectors A & B. If the values in vector A is zero then the corresponding value in vector B should be zero. Example:...

etwa 13 Jahre vor

Gelöst


Number of digits in an integer
Specifies how many digits in a given integer. Example: in=100 ==> out=3

etwa 13 Jahre vor

Gelöst


Mode
Find the mode of the vector Assumption: no vector is bimodal Example 1: input=[1 2 3 4 4]; output=4 Example 2: input=[7...

etwa 13 Jahre vor

Gelöst


Perl 4: unshift
_This is part of a series of perl function which were very helpful for many perl programmers. Could you implement it in Matlab?_...

etwa 13 Jahre vor

Gelöst


Perl 3: shift
_This is part of a series of perl function which were very helpful for many perl programmers. Could you implement it in Matlab?_...

etwa 13 Jahre vor

Mehr laden