Statistica
9 Domande
0 Risposte
RANK
34.501
of 295.673
REPUTAZIONE
1
CONTRIBUTI
9 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
33.33%
VOTI RICEVUTI
1
RANK
of 154.257
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Calculating poker hand probabilities
What I have is a 5x10000 matrix y that is supposed to represent 5 card poker hands. The first character is the card and the seco...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
How to do an 'if loop' that finds if a column vector contains a string
To put it in words, how would you do if y(:,i) contains ('A' and 'B') or ('C' and 'D')
oltre 9 anni fa | 2 risposte | 0
2
risposteDomanda
Choosing 5 card hands from a 52 card deck
My code so far is: c = ['A23456789TJQK']'; s = ['HDSC']'; d = [repmat(c,4,1),repmat(s,13,1)]; for i=1:10; ...
oltre 9 anni fa | 2 risposte | 0
2
risposteDomanda
Taking min of a vector and all values within 10% error
I need a way to get all the values within a 10% error of the minimum value of a vector. How could I go about that?
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
How to linear regress data on a log-log plot?
I have 5 data points plotted on a log-log scale, and I want to find a linear regression equation for it. The original (un-logged...
quasi 10 anni fa | 1 risposta | 0
1
rispostaDomanda
Help using fmincon function
I attached a picture of the problem I'm working on. <</matlabcentral/answers/uploaded_files/23879/Screen%20Shot%202015-01-1...
quasi 10 anni fa | 1 risposta | 0
1
rispostaDomanda
How to solve an equation using "solve" and get a decimal approx?
I'm solving an equation for x using "solve(eqn,x)" and everything works fine but I get the fraction answer and I want the decima...
quasi 10 anni fa | 1 risposta | 1
1
rispostaDomanda
3 lines and 3 different y axes on one plot?
<</matlabcentral/answers/uploaded_files/12061/Screen%20Shot%202014-04-30%20at%207.28.22%20PM.png>> I need to plot 3 different...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
need help with ode45
so im trying to solve some diff eqs (xC, y, and w) and thus far i have: % with xE=0 (no elites): egalitarian society % x...
oltre 10 anni fa | 2 risposte | 0