SET MATRICES

Sets the A, B and f matrices defining the linear system

Contents

Method of linearSystem object.

Description

This method allows to set the A, B, W and/or f matrices defining the linear system $x_{k+1} = A x_k + W p + B u_k + f$.

Syntax

object = setMatrices(object,name,matr)

name is a character identifying which matrix you want to set. It can be either 'A', 'B', 'W' or 'f'. matr is the matrix to set.

Acknowledgements

Contributors:

Copyright is with: