photo

Matthew


University of California Berkeley

Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Dice Probability on Matlab...so lost!!
Yatzi is a game played by rolling 5 dice. My function Yatzi simulates the rolling of 5 dice. The function should take one input,...

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

1

respuesta

Pregunta


Problems with graphing my histogram
endMy function called DicePlot, simulates rolling 10 dice 5000 times. In the function, it calculates the sum of values of th...

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

1

respuesta

Pregunta


Need help figuring out what I am doing wrong with my graph
my code:: function SumDice=RollDice(NumDice,NumRolls) NumDice=1 NumRolls=500 distribution=zeros(NumDice*6,1); f...

más de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Having trouble taking the mean of my list
I want to create a function called E7stats, which performs a simple statistical analysis on the scores of the first midterm, con...

más de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to plot a probability density function on a histogram?
My function called DicePlot, simulates rolling 10 dice 5000 times. In the function, it calculates the sum of values of the 10 di...

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

1

respuesta

Pregunta


How to add a Sequence of Estimates to my Newton Raphson Code? please help!!
My code works BUT I need to add 1 more thing: # output- a vector containing the sequence of estimates including the initial g...

más de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to show all the midpoints on my bisection code?
I have a code for finding the bisection, but I need to include 3 things please: # output- Root History a vector containing th...

más de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Need help editing my Newton Raphson Code
function [r,N]= newtonraphe7(fHan,x0,fTol,iterMax) iterations=0; max_no_roots=size(fHan,2); r=0; N=0; for no_r...

más de 11 años hace | 0 respuestas | 1

0

respuestas

Pregunta


Completely lost on BiSection Function in Matlab
I want to implement the bisection algorithm to solve nonlinear algebraic equations. My function is supposed to find a real root ...

más de 11 años hace | 0 respuestas | 2

0

respuestas