Feeds
질문
Vectorizing gives slightly different solution
I'm writing some code to implement a numerical procedure in evaluating blocking probabilities for a circuit-switched network usi...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
hold on is plotting strange lines to 0 when used for this code. Any ideas why?
gamma=1; alpha=0; beta=0; N=100; x0=50; xn=zeros(1,N); xn(1)=x0; realisations=1; for i=1:realisations ...
8년 초과 전 | 답변 수: 1 | 0
