photo

Eric Delgado


Anatel

Last seen: 1 day 前 自 2021 起处于活动状态

Followers: 0   Following: 0

消息

Programming Languages:
MATLAB
Spoken Languages:
English, Portuguese

统计学

All
MATLAB Answers

7 个提问
110 个回答

File Exchange

4 文件

Cody

0 个问题
5 个答案

排名
363
of 299,737

声誉
226

贡献数
7 个提问
110 个回答

回答接受率
71.43%

收到投票数
33

排名
8,752 of 20,791

声誉
90

平均
4.50

贡献数
4 文件

下载次数
27

ALL TIME 下载次数
679

排名
54,192
of 165,655

贡献数
0 个问题
5 个答案

评分
61

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 5-Star Galaxy Level 2
  • Personal Best Downloads Level 2
  • Thankful Level 3
  • GitHub Submissions Level 3
  • 6 Month Streak
  • First Submission
  • Knowledgeable Level 4
  • Solver
  • First Answer
  • First Review

查看徽章

Feeds

排序方式:

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

2 years 前

已解决


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

2 years 前

已解决


Inner product of two vectors
Find the inner product of two vectors.

2 years 前

已解决


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

2 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 years 前