photo

Ajai Kannan


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
0 个回答

排名
20,250
of 300,057

声誉
2

贡献数
3 个提问
0 个回答

回答接受率
33.33%

收到投票数
2

排名
 of 20,866

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,162

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Assignment question based on excel file I/O
Write a function called get_distance that accepts two character vector inputs representing the names of two cities. The function...

6 years 前 | 7 个回答 | 1

7

个回答

提问


Cesar cypher with wrap around for characters
My question is as follows: Write a function called caesar that accepts two arguments: the first is the character vector to be ...

6 years 前 | 1 个回答 | 1

1

个回答

提问


Write a function called max_sum that takes v, a row vector of numbers, and n, a positive integer as inputs. The function needs to find the n consecutive elements of v whose sum is the largest possible.
In other words, if v is [1 2 3 4 5 4 3 2 1] and n is 3, it will find 4 5 and 4 because their sum of 13 is the largest of any 3 c...

6 years 前 | 38 个回答 | 0

38

个回答