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 years 前 | 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 years 前

