LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
matlab
lib
kpctoolbox
map
map_embedded.m
1
function
P
=map_embedded(MAP)
2
%
P
=map_embedded(MAP) - Embedded discrete-time process
3
%
4
% Input:
5
% MAP: a MAP in
the
form of {D0,D1}
6
%
7
% Output:
8
%
P
: transition matrix of
the
embedded process. If
the
MAP
is
feasible,
9
% then
P
must be an irreducible stochastic matrix.
10
%
11
% Examples:
12
% -
P
=map_embedded(MAP) gives
the
probabilities
P
(i,j) that
the
MAP
13
% restarts in phase j
if
the
last absorption occurred in phase i
14
%
15
16
P
=inv(-MAP{1})*MAP{2};
17
end
P
Definition
buildLayersRecursive.m:883
is
Definition
qsys_mg1_prio.m:10
the
Definition
Station.m:245
Generated by
1.9.8