Resuelto


Find length of longest strictly increasing subsequence

alrededor de 5 años hace

Resuelto


apply zero padding to a matrix

alrededor de 5 años hace

Resuelto


Determine if a number (x) is a power of another (n)

alrededor de 5 años hace

Resuelto


convert binary string to vector!!!

alrededor de 5 años hace

Resuelto


Draw Letter 'L'

alrededor de 5 años hace

Resuelto


List prime anagrams of a number

alrededor de 5 años hace

Resuelto


Convert a number from factorial notation to base 10

alrededor de 5 años hace

Resuelto


Do you have the minimum age?

alrededor de 5 años hace

Resuelto


Digits Multiplication

alrededor de 5 años hace

Resuelto


Find the nearest value to the given one

alrededor de 5 años hace

Resuelto


End Digits

alrededor de 5 años hace

Resuelto


Min-Max digit

alrededor de 5 años hace

Resuelto


Normalizing a vector

alrededor de 5 años hace

Resuelto


Calculate Euler's phi function
Compute the Euler's phi function of a large integer. For more information about this topic please visit: <https://en.wikiped...

alrededor de 5 años hace

Resuelto


Flip coins

alrededor de 5 años hace

Resuelto


Redefine the Array if the Elements in the Array are Repeating
Check if the Array has any repeating elements, if there are repeating elements then choose "n" as a number of times you want tha...

alrededor de 5 años hace

Resuelto


Write a function to generate AND operation

alrededor de 5 años hace

Resuelto


Find similar/related functions
The _help_ function can be useful for getting quick assistance on a particular function. For most built-in MATLAB functions, a p...

alrededor de 5 años hace

Resuelto


USC Fall 2012 ACM Question A : Read Input File
This Challenge is to read the Question A input text file of the <http://contest.usc.edu/index.php/Fall12/Home USC ACM Fall 2012 ...

alrededor de 5 años hace

Resuelto


Mann-Kendall Correlation
Write a function that returns the <http://en.wikipedia.org/wiki/Kendall_tau_rank_correlation_coefficient Mann-Kendall> correlati...

alrededor de 5 años hace

Resuelto


Highest building

alrededor de 5 años hace

Resuelto


List the titles of Cody problems

alrededor de 5 años hace

Resuelto


Determine the average number of rounds for the following game.
Each round a uniformly distributed random number is picked between 0 and 1. The game ends when the sum of the random numbers is ...

alrededor de 5 años hace

Resuelto


Find the number of days in a given year
Given a year number (eg. 2000) as input, find how many days are there in the given year.

alrededor de 5 años hace

Resuelto


Right shift an array n times with constant space.
Right shift an array n times with constant space, that is, no extra array can be used. Right shift operation: Last element com...

alrededor de 5 años hace

Resuelto


Vector creation using linspace
Create a vector y containing n uniformly spaced values between a and b, with a < b. Use linspace.

alrededor de 5 años hace

Resuelto


Vector creation using colon operator
Create a vector y containing n uniformly spaced values between a and b, with a < b. Use the colon (:) operator.

alrededor de 5 años hace

Resuelto


Logarithmically spaced vector creation using linspace
Create a vector y containing n logarithmically spaced values between a and b, with a < b. Avoid using logspace and use the linsp...

alrededor de 5 años hace

Resuelto


Logarithmically spaced vector creation using logspace
Create a vector y containing n logarithmically spaced values between a and b, with a < b. Use the logspace operator.

alrededor de 5 años hace

Cargar más