統計
All
Feeds
質問
Which method to use, basic for loop or loop through values of a vector
Vector ind has indices I want to loop through, x has values. ind = [1 3 5]; x = [10 20 30 40 50 60 7...
約5年 前 | 2 件の回答 | 0
2
回答解決済み
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:...
5年以上 前

