photo

Lachlan Johnstone


University of Sydney

2017 年からアクティブ

Followers: 0   Following: 0

統計

All
File Exchange

1 ファイル

Cody

0 問題
5 解答

ランク
N/A
of 301,800

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
12,409 of 21,411

評判
32

平均評価
4.00

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

ダウンロード
2

ALL TIME ダウンロード
286

ランク
55,318
of 176,593

コントリビューション
0 問題
5 解答

スコア
70

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Submission
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

約9年 前

解決済み


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

約9年 前

解決済み


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

約9年 前

解決済み


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 ...

約9年 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

約9年 前

送信済み


Fisher-Pitman Permutation Tests
Computes the p-values of a Fisher-Pitman test of two independent samples or matched-pairs

9年以上 前 | ダウンロード 2 件 |

4.0 / 5