Risolto


apply zero padding to a matrix

quasi 5 anni fa

Risolto


convert binary string to vector!!!

quasi 5 anni fa

Risolto


Draw Letter 'L'

quasi 5 anni fa

Risolto


List prime anagrams of a number

quasi 5 anni fa

Risolto


Do you have the minimum age?

quasi 5 anni fa

Risolto


Digits Multiplication

quasi 5 anni fa

Risolto


End Digits

quasi 5 anni fa

Risolto


Min-Max digit

quasi 5 anni fa

Risolto


Normalizing a vector

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


Flip coins

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


Highest building

quasi 5 anni fa

Risolto


List the titles of Cody problems

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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.

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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.

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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.

quasi 5 anni fa

Carica altro