photo

Ajai Kannan


2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
0 回答

ランク
20,260
of 300,302

評判
2

コントリビューション
3 質問
0 回答

回答採用率
33.33%

獲得投票数
2

ランク
 of 20,911

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,040

コントリビューション
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年以上 前 | 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年以上 前 | 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年以上 前 | 38 件の回答 | 0

38

回答