Feeds
提问
convert vector a to b
I have a vector, a: a = [1 2 4 7 3 5 8 9 6 12 10 11 13 14] I want to create a vector, b, that writes the value of each elemen...
7 years 前 | 1 个回答 | 0
1
个回答提问
activity assignment by priority relation
There are two kums with active and list named activities. a random activity is selected from the activity set. If the activity o...
7 years 前 | 0 个回答 | 0
0
个回答提问
I have a variable vector like the active: [2 3 4] vector. I select a random element (B) from the active set and use it in a different vector. What function can I use to delete the randomly selected (B) value from the active vector?
I have a variable vector like the active: [2 3 4] vector. I select a random element (B) from the active set and use it in a diff...
7 years 前 | 2 个回答 | 0
2
个回答提问
I have a vector A = [1 3 5 4 2]. I have a vector of the form B = [2 4 5]. How do I check if all the values in vector B are in vector A?
I have a vector A = [1 3 5 4 2]. I have a vector of the form B = [2 4 5]. How do I check if all the values in vector B are in ve...
7 years 前 | 1 个回答 | 0