photo

Federico Miretti


Last seen: 5 days 前 自 2019 起处于活动状态

Followers: 0   Following: 0

消息

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

统计学

All
MATLAB Answers

5 个提问
0 个回答

File Exchange

1 文件

Cody

0 个问题
7 个答案

排名
16,216
of 300,028

声誉
2

贡献数
5 个提问
0 个回答

回答接受率
60.0%

收到投票数
2

排名
4,417 of 20,860

声誉
324

平均
4.90

贡献数
1 文件

下载次数
18

ALL TIME 下载次数
1658

排名
45,758
of 167,043

贡献数
0 个问题
7 个答案

评分
83

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 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

查看徽章

Feeds

排序方式:

已解决


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 前

已解决


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 前

已解决


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 前

已解决


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 前

已解决


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 前

已解决


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 前

已解决


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 前