Federico Miretti - MATLAB Central
photo

Federico Miretti


Last seen: 8 días hace Con actividad desde 2019

Followers: 0   Following: 0

Mensaje

PhD Student in engineering at the Energy Department of Politecnico di Torino, Italy.

Estadística

All
CodyMATLAB AnswersFile ExchangeFrom 10/19 to 03/25Use left and right arrows to move selectionFrom 10/19Use 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

5 Preguntas
0 Respuestas

File Exchange

1 Archivo

Cody

0 Problemas
7 Soluciones

CLASIFICACIÓN
16.179
of 297.613

REPUTACIÓN
2

CONTRIBUCIONES
5 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
60.0%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
4.528 of 20.457

REPUTACIÓN
307

EVALUACIÓN MEDIA
4.90

CONTRIBUCIONES
1 Archivo

DESCARGAS
41

ALL TIME DESCARGAS
1483

CLASIFICACIÓN
43.619
of 159.263

CONTRIBUCIONES
0 Problemas
7 Soluciones

PUNTUACIÓN
83

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Personal Best Downloads Level 3
  • 5-Star Galaxy Level 4
  • Thankful Level 2
  • Treasure Hunt Participant
  • First Review
  • GitHub Submissions Level 1
  • First Submission
  • Thankful Level 1
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Find relatively common elements in matrix rows
You want to find all elements that exist in greater than 50% of the rows in the matrix. For example, given A = 1 2 3 5 ...

alrededor de 3 años hace

Resuelto


Get the area codes from a list of phone numbers
Given a string of text with phone numbers in it, return a unique'd cell array of strings that are the area codes. s = '508-647...

alrededor de 3 años hace

Resuelto


Word Counting and Indexing
You are given a list of strings, each being a list of words divided by spaces. Break the strings into words, then return a maste...

alrededor de 3 años hace

Resuelto


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

más de 3 años hace

Resuelto


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

más de 3 años hace

Resuelto


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

más de 3 años hace

Resuelto


Read a column of numbers and interpolate missing data
Given an input cell array of strings s, pick out the second column and turn it into a row vector of data. Missing data will be i...

más de 5 años hace