horzcat

Purpose

Horizontal concatenation for Function class.

Syntax

F = horzcat(F1,F2)
F = [F1,F2]
F = [F1,F2,F3]

Description

The objects of Function class are concatenated into arrays only, no matrix concatenation is allowed. Note that only the objects of the same class can be concatenated into the same array.

Input Arguments

F1

Function object.

Class: Function

F2

Function object.

Class: Function

Output Arguments

F

An array of Function objects.

Class: Function

See Also

function, vertcat, disp


© 2010-2013 Martin Herceg: ETH Zurich, herceg@control.ee.ethz.ch