photo

Tanguy


Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

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

Visualizza badge

Feeds

Visto da

Risposto
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...

circa 11 anni fa | 2

Risposto
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...

oltre 11 anni fa | 0

Risposto
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...

oltre 11 anni fa | 21

| accettato