Gelöst


apply zero padding to a matrix

fast 5 Jahre vor

Gelöst


convert binary string to vector!!!

fast 5 Jahre vor

Gelöst


Draw Letter 'L'

fast 5 Jahre vor

Gelöst


List prime anagrams of a number

fast 5 Jahre vor

Gelöst


Do you have the minimum age?

fast 5 Jahre vor

Gelöst


Digits Multiplication

fast 5 Jahre vor

Gelöst


Find the nearest value to the given one

fast 5 Jahre vor

Gelöst


End Digits

fast 5 Jahre vor

Gelöst


Min-Max digit

fast 5 Jahre vor

Gelöst


Normalizing a vector

fast 5 Jahre vor

Gelöst


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

fast 5 Jahre vor

Gelöst


Flip coins

fast 5 Jahre vor

Gelöst


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

fast 5 Jahre vor

Gelöst


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

fast 5 Jahre vor

Gelöst


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

fast 5 Jahre vor

Gelöst


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

fast 5 Jahre vor

Gelöst


Highest building

fast 5 Jahre vor

Gelöst


List the titles of Cody problems

fast 5 Jahre vor

Gelöst


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

fast 5 Jahre vor

Gelöst


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.

fast 5 Jahre vor

Gelöst


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

fast 5 Jahre vor

Gelöst


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

fast 5 Jahre vor

Gelöst


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.

fast 5 Jahre vor

Gelöst


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

fast 5 Jahre vor

Gelöst


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.

fast 5 Jahre vor

Mehr laden