LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
matlab
lib
m3a
m3a
mmap
mmap_hide.m
1
function
MMAP
= mmap_hide(
MMAP
, types)
2
% MMAP_HIDE. Makes a subset of
the
MMAP
type hidden.
3
%
MMAP
= MMAP_HIDE(
MMAP
, TYPES) takes a
MMAP
with K arrival types and
4
% returns a
new
MMAP
for
the
same stochastic process with those arrivals
5
% hidden from observation.
6
7
for k=types(:)
'
8
MMAP{2+k} = 0 * MMAP{2+k};
9
end
10
MMAP = mmap_normalize(MMAP);
11
end
MMAP
Definition
solver_mam_traffic.m:35
the
Definition
Station.m:245
Generated by
1.9.8