解決済み


Row avg

1年以上 前

解決済み


Row sum

1年以上 前

解決済み


NaN

1年以上 前

解決済み


step function

1年以上 前

解決済み


Summy's even sum

1年以上 前

解決済み


sign function

1年以上 前

解決済み


Square
square root of x

1年以上 前

解決済み


easy problem
Find the last element of the array

1年以上 前

解決済み


Square root of number
Square root of given number.

1年以上 前

解決済み


imaginary

1年以上 前

解決済み


square root
Find square root of given number

1年以上 前

解決済み


Momentum Calculation
A shopping cart of mass 'm1' is traveling with velocity 'u' and collides with a second shopping cart of mass 'm2.' The two shopp...

1年以上 前

解決済み


Evaluating a polynomial
Given the following polynomial and the value for x, determine y. y = 3x^5 – x^3 + 8x – 3 Example x = 1 y = 3 - 1 +...

1年以上 前

解決済み


calculate the tangent of angle in radians
Calculate the tangent of angle in degrees

1年以上 前

解決済み


Test if a number is numeric or not
Test if a number is numeric or not

1年以上 前

解決済み


Calculate the number of elements in a matrix.
Calculate the number of elements in a matrix.

1年以上 前

解決済み


Calculate the base-10 logarithm of a number
Calculate the logarithm of number x

1年以上 前

解決済み


Matrix with different incremental runs
Given a vector of positive integers a = [ 3 2 4 ]; create the matrix where the *i* th column contains the vector *1:a(i)...

1年以上 前

解決済み


N-Dimensional Array Slice
Given an N-dimensional array, _A_, an index, _I_, and a dimension, _d_, return the _I_ th elements of _A_ in the _d_ dimension. ...

1年以上 前

解決済み


Convert to Binary Coded Decimal
Convert from decimal representation to <http://en.wikipedia.org/wiki/Binary-coded_decimal Binary Code Decimal> (or BCD) represen...

1年以上 前

解決済み


Real

1年以上 前

解決済み


number play

1年以上 前

解決済み


find the index of a number

1年以上 前

解決済み


Draw 'F'
Draw a x-by-x matrix 'F' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 1 1 0 0 0 0 ...

1年以上 前

解決済み


Draw 'D'.
Draw a x-by-x matrix 'D' using 0 and 1. example: x=4 ans= [1 1 1 0 1 0 0 1 1 0 0 1 1 1 1 0]

1年以上 前

解決済み


The sum of individual numbers...
Well this one is taking a number and then summing the individual parts till you reach a value of 1, 2, 3, 4, 5, 6, 7, 8, 9, or 0...

1年以上 前

解決済み


Evaluate Polynomial
Given a polynomial equation coefficients in a vector p, you have to return its value at x. Example: For inputs p and x ...

1年以上 前

解決済み


remove single elements
Given a vector of integers, remove the elements that have appeared only once. The output elements should be in exact order as th...

1年以上 前

解決済み


Determine the Anti-diagonal of a Magic Square
Determine the anti-diagonal (crossing from top right to lower left) of a magic square of size n. Examples If n = 3 y =...

1年以上 前

解決済み


Union of two set decreasing order
Union of two set decreasing order Say, x=[1 2 5] and y=[5 7 8] then answer must be [8 7 5 2 1]

1年以上 前

さらに読み込む