Feeds
提问
Not enough input arguments.
Hi, I'm trying to use the repmat function : for i=1:size(test,1) a=(test{i,2 :4} - train{: , 2:4}) b=repmat(a) e...
5 years 前 | 2 个回答 | 0
2
个回答提问
Pie chart help grouping
Hi, I want to make a pie chart group by one of my variable on a dataframe. In python we can do : my_data.groupby('Var1').sum(...
5 years 前 | 1 个回答 | 0
1
个回答提问
Split a data in random partitions
Hi, I'm trying to split my data in random partition. I have a code of this type : rng(1000) cv = cvpartition(size(my_data,1)...
5 years 前 | 1 个回答 | 0

