Home > mpt > examples > nonlin > pw_nonlin.m

pw_nonlin

PURPOSE ^

Example of an piecewise nonlinear model:

SYNOPSIS ^

function sys = pw_nonlin(flag, x, u, mode)

DESCRIPTION ^

 Example of an piecewise nonlinear model:

 x(k+1) = A1*x + B1*u    if x'*x <= 1
 x(k+1) = A2*x + B2*u    if x'*x >= 1
   y(k) = C*x

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 30-Mar-2006 10:26:47 by m2html © 2003