Feeds
提问
categorical indices in for loop
I have different sets with categorical data in them and I want to use them in for loop. Below is an example: S = {'S1'; 'S2'...
7 years 前 | 0 个回答 | 0
0
个回答提问
Excluding one vector from another vector with repetition
I want to get a new vector that has elements of S excluding the values in C with repetition. S=[1 3 0 2 0 0] C=[0 2] B=set...
7 years 前 | 2 个回答 | 0