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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

