photo

Davide Perrone


Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

All
File Exchange

1 文件

Cody

0 个问题
7 个答案

排名
N/A
of 301,540

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
12,584 of 21,319

声誉
30

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
308

排名
48,152
of 175,260

贡献数
0 个问题
7 个答案

评分
83

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Personal Best Downloads Level 1
  • First Submission
  • First Review
  • Solver

查看徽章

Feeds

排序方式:

已解决


Longest run of consecutive numbers
Given a vector a, find the number(s) that is/are repeated consecutively most often. For example, if you have a = [1 2 2 2 1 ...

5 years 前

已解决


Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to <http://www.mathworks....

5 years 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

5 years 前

已提交


Modularity
Modularity for undirected/directed, unweighted/weighted networks

5 years 前 | 1 次下载 |

0.0 / 5

已解决


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

6 years 前

已解决


We love vectorized solutions. Problem 1 : remove the row average.
Given a 2-d matrix, remove the row average from each row. Your solution MUST be vectorized. The solution will be tested for ac...

6 years 前

已解决


Find the largest value in the 3D matrix
Given a 3D matrix A, find the largest value. Example >> A = 1:9; >> A = reshape(A,[3 1 3]); >> islargest(A) a...

6 years 前

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

7 years 前