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 years 前 | 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 years 前 | 1 个回答 | 0
