LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
matlab
src
solvers
MAM
@SolverMAM
getSjrnT.m
1
function
RD
= getSjrnT(self, R)
2
%
RD
= GETSJRNT(R)
3
% Alias
for
getCdfRespT. Returns cumulative distribution functions of sojourn times.
4
5
if nargin < 2
6
RD
= self.getCdfRespT;
7
else
8
RD
= self.getCdfRespT(R);
9
end
10
end
RD
Definition
getPerctRespT.m:108
Generated by
1.9.8