LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
matlab
src
lang
@MNetwork
reset.m
1
function reset(self, resetState)
2
% RESET(RESETSTATE)
3
%
4
% If RESETSTATE
is
true
, the model
requires
re-initialization
5
% of its state
6
if
nargin == 1
7
resetModel(self);
8
else
9
resetModel(self, resetState);
10
end
11
self.hasState =
false
;
12
end
is
Definition
qsys_mg1_prio.m:10
Generated by
1.9.8