Vertical concatenation for Function class.
F = vertcat(F1,F2)
F = [F1;F2]
F = [F1;F2;F3]
F1 |
Function object. Class: Function |
F2 |
Function object. Class: Function |
F |
An array of Function objects. Class: Function |
◀ | display | horzcat | ▶ |
© 2010-2013 Martin Herceg: ETH Zurich, herceg@control.ee.ethz.ch