output

Purpose

Returns value of the output variables

Syntax

y = system.output()
y = system.output(u)

Description

This function evaluates the system's output equation and returns the calculated output.

For systems with direct feed-through, it is necessary to provide the vector of inputs as the first input argument.

Input Arguments

u

Vector of system's inputs

Class: double

Output Arguments

y

Vector of outputs

Class: double


© 2003-2013 Michal Kvasnica: STU Bratislava, michal.kvasnica@stuba.sk