ml_dss_format_output

Converts a cell array of systems to another format.

Contents

Syntax

[A, B, C, D, E, info] = ml_dss_format_output(systems, 0, info)
[sys, info]           = ml_dss_format_output(systems, 1, info)
[sys, info]           = ml_dss_format_output(systems, 2, info)

Description

This function takes an array of system-structs and returns cell arrays of the requested format. Unstable and infinite parts of the models are merged when available. If only a single system is given no cell array is created and single element cell arrays in the info struct are unpacked.

Input

Output

Entry
Meaning
A
matrix with dimensions n x n
B
matrixwith dimensions n x m
C
matrix with dimensions p x n
D
matrix with dimensions p x m
E
matrix with dimensions n x n

See Also

ml_ss_format_output | ml_soss_format_output