photo

Fred


Syracuse University

Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

7 Questions
0 Réponses

RANG
244 656
of 300 343

RÉPUTATION
0

CONTRIBUTIONS
7 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
42.86%

VOTES REÇUS
0

RANG
 of 20 926

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 172

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


probability of a run of k heads or more in N tosses of a fair coin N>>k
is there a code for this. One solution is given in http://www.drdobbs.com/architecture-and-design/20-heads-in-a-row-what-are-t...

presque 12 ans il y a | 3 réponses | 0

3

réponses

Question


program behavior due to editor issues
In the attached code adding the two line commands near the top changes the behavior of the program from how it behaved without t...

environ 12 ans il y a | 1 réponse | 0

0

réponse

Question


breaking an if loop
In the following script, why doesn't the break in line 24 get executed? clf xx = 1:.01:2; vec = 1:.01:2; for i=1:10...

environ 12 ans il y a | 3 réponses | 0

3

réponses

1

réponse

Question


what is wrong with the following code. I should have sent the full script. Sorry. On my macine the vector 'x' ranges from 0 to 10.1
% trajetory 1 clf m = .1; %n = .2; % xx=1:10;y=[1 0 0 0 0 0 0 0 1 0];stem(xx,y) %hold on x(1...

environ 12 ans il y a | 1 réponse | 0

1

réponse

Question


What is wrong with the following script?
x(1) = 0; i = 1; y(1) = 1.1; while x(i) <= 1.0 %x(i)= i; x(i+1) = x(i) + 0.1; y(i+1) = y(1)...

environ 12 ans il y a | 2 réponses | 0

2

réponses