photo

Tanguy


2012년부터 활동

Followers: 0   Following: 0

메시지

통계학

All
  • Cody Challenge Master
  • Knowledgeable Level 1
  • First Answer
  • ASEE Challenge Master
  • Creator
  • Leader
  • Tiles Challenge Master
  • Commenter
  • Promoter
  • Speed Demon
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
How can I generate random numbers with constraints?
you're close to the right answer. With randi, you can choose the size of your matrix. If you just put '7', Matlab will give y...

11년 초과 전 | 2

답변 있음
Decision Tree Cross-Validation Accuracy
you have a problem with your variable _genes_ . classregtree is used like this : t=classregtree(X,Y,'name',value) X i...

11년 초과 전 | 0

답변 있음
What does a tilde (~) inside square brackets mean?
The function _kmean_ can be used with two outputs : [IDX,C] = kmeans(X,k) Here you use the brackets to define the two o...

11년 초과 전 | 21

| 수락됨