已解决


size

1 year 前

已解决


Total resistance of resistors in parallel
What is the total resistance of a number of resistors in parallel? A vector R contains the resistances (in Ohm) of n resistors,...

1 year 前

已解决


Fizz
Dado um número inteiro n, retorne 'fizz' se esse valor for multiplo de 3, ou retorne o valor caso contrario. Fizz(3) = 'fizz'; ...

1 year 前

已解决


Seperate 2nd column in a matrix

1 year 前

已解决


imaginary

1 year 前

已解决


determine if
determine if the elements of a matrix is a nan and return true

1 year 前

已解决


Create a constant offset.
Add a constant offset to an array. Example a = [1 3 5 9] offset = 2 y = [3 5 7 11]

1 year 前

已解决


Vector indexing: lower than mean
Find indices of values in a vector lower than the mean of the vector

1 year 前

已解决


Cube root of max value in a vector
Find the cube root of the maximum value in a vector

1 year 前

已解决


sign function

1 year 前

已解决


Calculating Ring Area
In two-dimensional space, a ring can be constructed by using two concentric circles. Determine the area of a ring which has r1 ...

1 year 前

已解决


Odd row
Create a row 'y' with odd numbers where the potential maximum number is given by 'x' and the space between them by 'm'. The firs...

1 year 前

已解决


Summation of integers

1 year 前

已解决


Magnitude of a vector
Given a vector x, what is its magnitude?

1 year 前

已解决


Real

1 year 前

已解决


Make an identity matrix whose diagonal elements are 1:n
For a given input n, make an n by n identity matrix that contains the elements 1:n along its diagonal. For example, if input=5: ...

1 year 前

已解决


Sum sum!!!
Sum the numbers from 1 to n

1 year 前

已解决


Insert zeros

1 year 前

已解决


Number Power
Raise a number to itself.

1 year 前

已解决


Mile to Kilometer
x is mile and y is km

1 year 前

已解决


Power Numbers
Find the n-th power of m.

1 year 前

已解决


divide by 5

1 year 前

已解决


NaN

1 year 前

已解决


Values in Array
How many values are in the array

1 year 前

已解决


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

1 year 前

已解决


Square
square root of x

1 year 前

已解决


square root
Find square root of given number

1 year 前

加载更多