photo

Federico Miretti


Last seen: 6 days ago Active since 2019

Followers: 0   Following: 0

Message

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

Statistics

All
MATLAB Answers

5 Questions
0 Answers

File Exchange

1 File

Cody

0 Problems
7 Solutions

RANK
16,222
of 300,352

REPUTATION
2

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
2

RANK
4,417 of 20,928

REPUTATION
325

AVERAGE RATING
4.90

CONTRIBUTIONS
1 File

DOWNLOADS
15

ALL TIME DOWNLOADS
1669

RANK
46,050
of 168,212

CONTRIBUTIONS
0 Problems
7 Solutions

SCORE
83

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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

View badges

Feeds

View by

Solved


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

3 years ago

Solved


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

3 years ago

Solved


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

3 years ago

Solved


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

4 years ago

Solved


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

4 years ago

Solved


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

4 years ago

Solved


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

6 years ago