photo

Armando Longobardi


Attivo dal 2021

Followers: 1   Following: 0

Mechanical engineer

Programming Languages:
MATLAB
Spoken Languages:
English, Italian

Statistica

All
MATLAB Answers

0 Domande
1 Risposta

Cody

1 Problema
2341 Soluzioni

RANK
11.483
of 301.994

REPUTAZIONE
4

CONTRIBUTI
0 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
 of 21.484

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
31
of 177.967

CONTRIBUTI
1 Problema
2341 Soluzioni

PUNTEGGIO
29.881

NUMERO DI BADGE
90

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • MATLAB Central Treasure Hunt Finisher
  • Treasure Hunt Participant
  • Knowledgeable Level 1
  • First Answer
  • Matrix Manipulation II Master
  • Computational Geometry I Master
  • Indexing III Master
  • Cody Contest 2025 Winning Team Finishers
  • Tiles Challenge Master
  • Cody Challenge Master
  • ASEE Challenge Master
  • Matrix Patterns II Master

Visualizza badge

Feeds

Visto da

Risolto


Eliminate unnecessary polygon vertices
Suppose you have an n-point polygon represented as an n-by-2 matrix of polygon vertices, P. Assume that the polygon is closed; t...

21 giorni fa

Risolto


Image Series 3 Complementary
Find the Complementary of image which is 8 bits gray scale image. Each pixel is converted to binary format in the image. A...

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

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

21 giorni 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 a m...

21 giorni fa

Risolto


Change a specific color in an image
The ability to change colors can be a useful tool in image processing. Given an m x n x 3 array (much like CData in images), fin...

21 giorni fa

Risolto


Compute Khinchin's constant
Khinchin's constant K_0 = 2.684542001... (also written "Khintchine's constant") has the amazing property that it is the limiting...

circa un mese fa

Risolto


Euclid primes
Historical context Euclid, the greek mathematician proved at his time that the prime numbers set is an infinite. By the way he ...

circa 2 mesi fa

Risolto


Fermat primes
Historical context The french mathematician Pierre de Fermat found the formula to find some prime numbers. He thought / co...

circa 2 mesi fa

Risolto


Ulam primes first formula
Historical context The polish-american mathematician Stanislaw Ulam found the formula to give the first 760 prime numbers ...

circa 2 mesi fa

Risolto


Ulam primes second formula
Historical context The polish-american mathematician Stanislaw Ulam found the formula to give some prime numbers not given...

circa 2 mesi fa

Risolto


Frequencies of prime gaps
Problem statement Given two positive integers n and , write a function which computes the frequency of the gap between two ...

circa 2 mesi fa

Risolto


Basic Physics X
Calculate the Kinetic Energy (KE) by Weight (w), Distanec (d), and Time (t) without Mass (m) or Speed (v).

circa 2 mesi fa

Risolto


Basic Physics IX
Calculate the Kinetic Energy (KE) by Weight (w) instead of Mass (m).

circa 2 mesi fa

Risolto


Basic Physics VIII
Calculate the Mechanical Energy (ME) when the point is B.

circa 2 mesi fa

Risolto


Basic Physics VII
Calculate the speed.

circa 2 mesi fa

Risolto


Basic Physics VI
Fing the Kinetic Energy (KE) by Distance (d) and Time (t) instead of Speed (v).

circa 2 mesi fa

Risolto


Basic Physics V
Calculate the Weight (w).

circa 2 mesi fa

Risolto


Basic Physics IV
Calculate the Work.

circa 2 mesi fa

Risolto


Basic Physics III
Calculate the Potential Energy (PE).

circa 2 mesi fa

Risolto


Basic Physics II
Get the Kinetic Energy (KE).

circa 2 mesi fa

Risolto


Basic Physics I
Calculate the energy by the famous formula of Albert Einstein.

circa 2 mesi fa

Risolto


Problem Set 2
Make a calculator by the four main operators (op): + - * / And the two numbers (n1, n2). Don't forget to check to divisio...

circa 2 mesi fa

Risolto


Problem Set 1
You will get the vector "v", you should put it's length in a variable called "lngth", then... If it's length from 1 to 5, sz = ...

circa 2 mesi fa

Risolto


Switch-Case-Otherwise
You should make random numbers to 10, by 3 rows and 3 columns. Cases from 1 to 3, b = true. Otherwise, b = false.

circa 2 mesi fa

Risolto


NOT
If a not equal to zero, b = true, else, b = false.

circa 2 mesi fa

Risolto


OR
If a greater than zero or c less than 10, b = true, else, b = false.

circa 2 mesi fa

Risolto


AND
If a greater than 0 and n less than 10, b = true, else, b = false. (Checking a should be in one line by AND special sign in MAT...

circa 2 mesi fa

Risolto


Nested If(s)
If a greater than zero, then check, if a = greater that 1 and less than 10, then b = true, else, b = false.

circa 2 mesi fa

Risolto


If-Elseif-Else
If a more than zero, b = true, if a = zero , b = zero, else, b = false.

circa 2 mesi fa

Carica altro