Community Profile

photo

Augusto Mazzei


Last seen: 7 jours il y a Actif depuis 2017

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

  • MATLAB Flipbook Mini Hack Participant
  • MATLAB Mini Hack 2022 Participant
  • 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
  • Strings I Master
  • Indexing I Master

Afficher les badges

Content Feed

Afficher par

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

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

22 jours 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:...

22 jours il y a

A résolu


BLOCK x3 (Version 2)
An extension to problem 2451 ( <https://www.mathworks.com/matlabcentral/cody/problems/2451-block-x3-version-1> ). It is based...

22 jours il y a

A résolu


Easy Sequences 117: Fractional Part of Cube Roots
The fractional part function of a positive real number , denoted as , is defined as: , where , is the floor of . Thus, , and . ...

23 jours il y a

A résolu


Diagonal Pattern
For a positive integer |n|, return an |nXn| matrix |mat| such that the value of each element in row |i| and column |j| is given ...

24 jours il y a

A résolu


Easy Sequences 25: Product of Series
The function 'P(n)' is defined as the series product: where 'T(n)' is the triangular sum: ...

environ un mois il y a

A résolu


Swap between rows
The idea is to swap between second and second last row Ex = [1 2 3 4 5; 5 4 3 2 1; 1 2 3 4 5; 1 2 3 4 5; ...

environ 2 mois il y a

A résolu


Swap between first and last column
The idea is to swap between first and last column Ex = [1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; 1 2 3 ...

environ 2 mois il y a

A résolu


Swap between first and last
The idea is to swap between first and last row Ex = [1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; ...

environ 2 mois il y a

A résolu


Remove a specific character with another
Remove any (-) dash sign with (_) underscore Ex = 'The-Journey-of-thoudsands-miles-starts-with-a-single-step' y = 'The_Jour...

environ 2 mois il y a

A résolu


Swap between columns
The idea is to swap between second and second last column Ex = [1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; ...

environ 2 mois il y a

A résolu


Flipping a Matrix
Flipping matrix up and down. If a central row is exists, leave it, and flip remaining rows. Example Mat = magic(3) ...

environ 2 mois il y a

A résolu


Flip the diagonal values
Write a program that flip the elements of main diagonal , upper and lower diagonal values of a sqare matrix. For example if a ...

environ 2 mois il y a

A résolu


Pose interpolation in 2D
Consider two poses represented by homogeneous transformation matrices: |T1| and |T2|. Write an algorithm to interpolate between...

environ 2 mois il y a

A résolu


List numbers that are not squares
The numbers 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 17, etc. are not perfect squares. Write a function to list the th term in ...

environ 2 mois il y a

A résolu


Display positive elements of matrix.
Display positive elements of matrix.

environ 2 mois il y a

A résolu


Set x value to each odd index of vector y.
Set x value to each odd index of vector y.

environ 2 mois il y a

A résolu


Find hen's weight.
If hen weights x kilos on two legs, how much does it weights on one leg? Output the result.

environ 2 mois il y a

A résolu


Calculate the area of a circle
Given a circle of diameter x calculate its area

environ 2 mois il y a

A résolu


Divide pi
Divide pi by x!

environ 2 mois il y a

A résolu


Number Power
Raise a number to itself.

environ 2 mois il y a

A résolu


Find the surface area of a cone.
For instance, Given r (radius) = 3, and s (slant height) = 5: surface area should be 94.

environ 2 mois il y a

A résolu


remove every row&col for every nan
for a given matrix, remove the row and column of every nan. Example x=[1 2 NaN 4 5 6 7 8 ...

environ 2 mois il y a

A résolu


Remove all the columns contains only zero
Remove the column from the matrix which has only zeros . Refer the Example below a= 1 0 3 0 23 0 56 0 1 ...

environ 2 mois il y a

A résolu


row removal
Consider a matrix and remove the first row of the matrix.

environ 2 mois il y a

A résolu


Find Rows with Specift Properities
Delete rows with specific properites as following: Find rows that have a negative value in any element of the row and delete it...

environ 2 mois il y a

A résolu


Remove a specific column with min value
Remove the column that contain the min value in the matrix?

environ 2 mois il y a

A résolu


Remove a specific column with max value
Remove the column that contain the max value in the matrix?

environ 2 mois il y a

A résolu


Remove a specific row with min value
Remove the row that contain the min value in the matrix?

environ 2 mois il y a

Charger plus