Risolto


How brilliant are you?
A Brilliant number is defined as a number with two prime factors, both of which have the same number of digits. Some examples: ...

oltre 5 anni fa

Risolto


calculate PI without using pi function
There are many methods to get the pi(Ratio of circumference to diameter). You should get pi without using the pi function in M...

oltre 5 anni fa

Risolto


Give me Hamming on five, hold the mayo
A Hamming Number is a positive number that has no prime factor greater than 5. Given a number X, determine how many Hamming num...

oltre 5 anni fa

Risolto


Hilbert numbers
Given a positive integer, n, return h as follows: 1. If n is not a <https://en.wikipedia.org/wiki/Hilbert_number Hilbert numb...

oltre 5 anni fa

Risolto


Lah Numbers
Create a square lower diagonal matrix containing the first n Lah number coefficients. In mathematics, the Lah numbers are coeffi...

oltre 5 anni fa

Risolto


Nth roots of unity
First, find the n nth roots of unity. eg if n = 6, find the n distinct (complex) numbers such that n^6 = 1. <https://en.wiki...

oltre 5 anni fa

Risolto


Find Logic 12

oltre 5 anni fa

Risolto


Find Logic 10

oltre 5 anni fa

Risolto


Find Logic 9

oltre 5 anni fa

Risolto


Find Logic 8

oltre 5 anni fa

Risolto


Find Logic 7

oltre 5 anni fa

Risolto


Find Logic 6

oltre 5 anni fa

Risolto


Find Logic 4

oltre 5 anni fa

Risolto


Find Logic 3

oltre 5 anni fa

Risolto


Find Logic 1

oltre 5 anni fa

Risolto


Find Logic 11

oltre 5 anni fa

Risolto


Find Logic 13

oltre 5 anni fa

Risolto


Find Logic 15

oltre 5 anni fa

Risolto


Find Logic 14

oltre 5 anni fa

Risolto


Find Logic 16

oltre 5 anni fa

Risolto


Find Logic 17

oltre 5 anni fa

Risolto


Find Logic 18

oltre 5 anni fa

Risolto


Find Logic 19

oltre 5 anni fa

Risolto


Compute the dilation of a binary image
A basic operation in image analysis is the dilation. Given an image where each pixel is either on or off (black/white, true/fals...

oltre 5 anni fa

Risolto


Index of neighbor pixel with steepest gradient
Unlike in various applications, where the gradient of a two dimensional matrix is calculated in x and y direction, the gradient ...

oltre 5 anni fa

Risolto


2D - Mean Filter
Assume you are given an "image" matrix of size NxM. Reduce the image noise by implementing a mean filter window of size 9 (a 3x3...

oltre 5 anni fa

Risolto


Sum of the pixel values for the blue color
Calculate the sum of the pixel values for the blue color, with a picture as an input. *NOTE:* The picture will be provided as...

oltre 5 anni fa

Risolto


Create an 8-color version of an image
This problem was inspired by a tweet I saw from @MATLAB regarding <http://www.mathworks.com/matlabcentral/fileexchange/37816-the...

oltre 5 anni fa

Risolto


Create different color vectors.
When producing figures with multiple lines on, you often want the lines to all be visible and different colors. Given the need f...

oltre 5 anni fa

Risolto


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

oltre 5 anni fa

Carica altro