Statistica
7 Domande
0 Risposte
RANK
203.373
of 302.121
REPUTAZIONE
0
CONTRIBUTI
7 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
42.86%
VOTI RICEVUTI
0
RANK
of 179.161
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
In the following Simulink model why am I getting a double step at the transition from one step to the next?
dplla5.slx
oltre 11 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 13 anni fa | 3 risposte | 0
3
risposteDomanda
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...
quasi 13 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 13 anni fa | 3 risposte | 0
3
risposteDomanda
In the following script, shifting the % symbols to the line below where they are shown givies different results. The version shown below gives the correct result. The versison with the % signs moved gives an incorrect result. Any ideas?
% trajetory 1 clf xx=1:10;y=[1 0 0 0 0 0 0 0 1 0];stem(xx,y) hold on m = .1; xz(1) = 11; y(1) = 1.1; f...
quasi 13 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 13 anni fa | 1 risposta | 0
1
rispostaDomanda
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)...
quasi 13 anni fa | 2 risposte | 0
