統計
All
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 ...
13年弱 前
解決済み
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
13年弱 前
解決済み
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:...
13年弱 前
質問
2nd order polynomial fitting with NaNs
I want to fit a 2nd order polynomial to my data x=(1,256) y=(1,256) Only 40 cells from each side of the y array include va...
15年弱 前 | 1 件の回答 | 0

