統計
All
Feeds
解決済み
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
13年以上 前
解決済み
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年以上 前
解決済み
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年以上 前
質問
How can I add NaNs to a cell array in positions that match the positions of NaNs in a separate matrix?
I have a matrix (A) containing some NaNs. I also have a cell array (B) with no NaNs, containing script in every element. Whe...
13年以上 前 | 2 件の回答 | 0

