photo

Matthew


University of California Berkeley

Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 11 anni fa | 0 risposte | 1

0

risposte

Domanda


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

oltre 11 anni fa | 0 risposte | 2

0

risposte