Augusto Mazzei - MATLAB Central
photo

Augusto Mazzei


Last seen: 1 jour il y a Actif depuis 2017

Followers: 3   Following: 0

Message

Worked for Leonardo Aerospace and Ferrari F1 Racing. Check my clips on youtube for a wholesome smile! Don't be shy, ask me what you want :)

Programming Languages:
Python, C, Javascript, MATLAB, HTML, CSS
Spoken Languages:
English, Italian
Pronouns:
He/him

Statistiques

All
CodyMATLAB AnswersFrom 05/17 to 03/25Use left and right arrows to move selectionFrom 05/17Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

1 Question
0 Réponses

Cody

1 Problème
2508 Solutions

RANG
109 138
of 297 589

RÉPUTATION
0

CONTRIBUTIONS
1 Question
0 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
0

RANG
 of 20 461

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
22
of 159 227

CONTRIBUTIONS
1 Problème
2508 Solutions

SCORE
32 704

NOMBRE DE BADGES
128

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • MATLAB Flipbook Mini Hack Participant
  • MATLAB Mini Hack 2022 Participant
  • Thankful Level 1
  • Likeable
  • Computational Geometry III Master
  • Computational Geometry II Master
  • Computational Geometry IV Master
  • Speed Demon
  • R2016b Feature Challenge Master
  • Creator
  • Word Puzzles Master
  • Strings III Master

Afficher les badges

Feeds

Afficher par

A résolu


Palindrome Checker
Check to see if a given string is a palindrome (a word, phrase, or sequence that reads the same backward as forward). Output sh...

9 jours il y a

A résolu


Perfect shuffle
We call "perfect shuffle" the process of cutting a deck of cards into two equal halves, and then perfectly interleaving them: on...

7 mois il y a

A résolu


Array Width (no usage of size)
Find the array width. Size may not be used.

7 mois il y a

A résolu


Alternate Arrangement
Determine the ways of arranging 'm' men and 'w' women alternatively in a row of 's' seats. Assumptions : s<m and s<w

7 mois il y a

A résolu


Test Driven Solution - Probability Problem 2
*Problem:* Without any Cody cheats, write code that passes the test suite. *Hint:* The test suite gets samples from the proba...

8 mois il y a

A résolu


Test Driven Solution - Probability Problem 1
*Problem:* Without any Cody cheats, write code that passes the test suite. *Hint:* The test suite gets samples from the proba...

8 mois il y a

A résolu


Min-Max digit

8 mois il y a

A résolu


List the Fermi-Dirac primes
The Fermi-Dirac “primes” are prime powers with exponents that are powers of 2. The first nine terms of the sequence are 2, 3, 4,...

8 mois il y a

A résolu


Compute the largest number whose prime factors sum to n
This problem deals with a sequence whose tenth term is 36 because the prime factors of 36 (2, 2, 3, 3) sum to 10. The number 32 ...

8 mois il y a

A résolu


Identify de Polignac numbers
The numbers 125 and 329 can be written as the sum of a prime and a power of 2. For example, , and . The numbers 127 and 331, whi...

8 mois il y a

A résolu


Integrate a product of gamma functions
Write a function to compute the following integral: where and is the gamma function, the subject of Cody Problem 46025.

9 mois il y a

A résolu


Expression or variable?
Test if arguments of the function are all variables (workspace variables names). Return 1 if yes, 0 if no. For example : ...

9 mois il y a

A résolu


Count the unitary divisors of a number
Cody Problem 56738 asks for a list of the unitary divisors of a number. For this problem, write a function to count the unitary ...

9 mois il y a

A résolu


Sum the unitary divisors of a number
Cody Problems 1933 and 46898 deal with , the sum of divisors function. This problem deals with , the sum of unitary divisors fun...

9 mois il y a

A résolu


List unitary divisors of a number
A unitary divisor of a number divides and satisfies gcd(,) = 1. For example, 9 is a unitary divisor of 18 because gcd(9,2) = ...

9 mois il y a

A résolu


That's some divisor you've got there...
Given a positive integer x, calculate the sum of all of the divisors of the number. Please include the number itself in your fi...

9 mois il y a

A résolu


Set the Euler-Mascheroni constant with an identity using available MATLAB functions
Cody Problem <https://www.mathworks.com/matlabcentral/cody/problems/42826 42826> asked us to estimate the <https://en.wikipedia....

9 mois il y a

A résolu


Compute a nested cube root
Consider the quantity . Write a function to compute without using loops or recursion.

9 mois il y a

A résolu


Count block fountains
A block fountain consists of rows of circles in which each row is a continuous block of circles (i.e., adjacent circles are tang...

9 mois il y a

A résolu


List the nth term of Rozhenko’s inventory sequence
Consider a sequence constructed by repeated inventories. A new inventory begins each time a zero is encountered. The first few i...

9 mois il y a

A résolu


Find primes and integers that solve an equation
Write a function to find all primes and non-negative integers that solve the equation where is an integer. If there are no...

9 mois il y a

A résolu


Compute the area of a Q
A figure resembling a Q (as in “quadrature”) is constructed in the following way: A right triangle is drawn with the left vertex...

9 mois il y a

A résolu


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

9 mois il y a

A résolu


Průměr z výběrového souboru
Napište funkci, která vrátí průměr z hodnot vektoru data. Např data = [1, 2, 3, 4, 5, 6, 7, 8, 9] je prumer = 5.

9 mois il y a

A résolu


Digits eliminate
Complete the function my_f(n,b) to return, for a given integer, the number obtained by removing the digits '0' and 'b'. If there...

10 mois il y a

A résolu


Range of Values in a Matrix
Create a function that accepts a matrix of real numbers as input and returns the range of the values contained in the matrix. Th...

10 mois il y a

Question


Advanced matlab function autocompletion based on previous input
Hello Matlab community! first question for me: Short question: is there an easy/documented way (or is it gonna be implemented i...

11 mois il y a | 2 réponses | 0

2

réponses

A résolu


Tic-Tac-Logic - Solution Checker
<http://www.conceptispuzzles.com/index.aspx?uri=puzzle/tic-tac-logic/rules Tic-Tac-Logic> is a logic puzzle wherein a rectangula...

environ un an il y a

A résolu


BLOCK x3 (Version 4)
Always in this series ( <http://www.mathworks.com/matlabcentral/cody/problems/2451-block-x3-version-1/ 2451>, <http://www.mathwo...

environ un an il y a

A résolu


BLOCK x3 (Version 3)
An extension to problems <http://www.mathworks.com/matlabcentral/cody/problems/2451-block-x3-version-1/ 2451> (by me) and <http:...

environ un an il y a

Charger plus