Beispiel #1
0
 public double OutputEquation(Vector state, double input)
 {
     return(StateSpace.OutputEquation(state, input));
 }