Resuelto


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

casi 3 años hace

Resuelto


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

casi 3 años hace

Resuelto


to the 2 all elements
to the 2 all elements

casi 3 años hace

Resuelto


Draw a '0' in a one matrix!

casi 3 años hace

Resuelto


Double all elements in the array
Duplicate all elements in the array

casi 3 años hace

Resuelto


calculate the length of matrix
input 1 array, calculate the length

casi 3 años hace

Resuelto


First non-zero element in each column
For a given matrix, calculate the index of the first non-zero element in each column. Assuming a column with all elements zero i...

más de 3 años hace

Resuelto


Return unique values without sorting
If the input vector A is [42 1 1], the output value B must be the unique values [42 1] The values of B are in the same order a...

más de 3 años hace

Resuelto


Find the largest value in the 3D matrix
Given a 3D matrix A, find the largest value. Example >> A = 1:9; >> A = reshape(A,[3 1 3]); >> islargest(A) a...

más de 3 años hace

Resuelto


Specific Element Count
Given a vector _v_ and a element _e_, return the number of occurrences of _e_ in _v_. Note: NaNs are equal and there may be n...

más de 3 años hace

Resuelto


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

más de 3 años hace

Resuelto


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

más de 3 años hace

Resuelto


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

más de 3 años hace

Resuelto


Find the nearest prime number
Happy 5th birthday, Cody! Since 5 is a prime number, let's have some fun looking for other prime numbers. Given a positive in...

casi 4 años hace

Resuelto


Split Even Number Into Two Primes
Given an even whole number n (> 2), return a 2-element vector of primes, p, such that p(1) + p(2) = n. Fun note: technically it...

casi 4 años hace

Resuelto


Determine if Input is Oddish or Evenish (Odd/Even Sum of Digits)
Given a positive integer n, determine whether n is "oddish" or "evenish" - that is, whether the sum of the digits of n is odd or...

casi 4 años hace

Resuelto


Find Logic 32

alrededor de 4 años hace

Resuelto


Find Logic 31

alrededor de 4 años hace

Resuelto


Find Logic 30

alrededor de 4 años hace

Resuelto


Find Logic 29

alrededor de 4 años hace

Resuelto


Find Logic 24

alrededor de 4 años hace

Resuelto


Find Logic 21

alrededor de 4 años hace

Resuelto


Find Logic 28

alrededor de 4 años hace

Resuelto


Find Logic 25

alrededor de 4 años hace

Resuelto


Find Logic 26

alrededor de 4 años hace

Resuelto


Find Logic 20

alrededor de 4 años hace

Resuelto


Find Logic 27

alrededor de 4 años hace

Resuelto


Find Logic 23

alrededor de 4 años hace

Resuelto


Find Logic 22

alrededor de 4 años hace

Resuelto


Binary Coder
Take an input number and print the binary value of this number.

alrededor de 4 años hace

Cargar más