photo

Joey


Arizona State University

Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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')

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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?

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 9 años hace | 1 respuesta | 1

1

respuesta

Pregunta


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

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas