No BSD License  

Highlights from
An Introduction to Stochastic Processes

image thumbnail
[X]=e239b
function [X]=e239b
%
%   M(t)/m/1/4  Queue
%
%   This version is one to use - 3/2/94
%
t0=0; tf=8; x0=zeros(1,5); x0(1,1)=1; 
[t,x]=ode45('e239a',t0,tf,x0);
[n]=length(t); X=zeros(n,2); X(:,1)=t; X(:,2)=x(:,5);


   

Contact us at files@mathworks.com