conpdm 213
conpdm
Syntax
outpdm = conpdm(mat,domain,{skipChks})
Parameter List
Inputs: mat constant matrix
domain domain over which outsys will be defined.
Keywords: skipChks Boolean specifying that syntax checking is to be skipped.
Outputs: outpdm pdm
Description
Creates a pdm data object from a constant matrix. Outpdm represents a constant gain;
its value is repeated at every instance of the domain. It is equivalent to,
outpdm = pdm(kronecker(ones(length(dom),1),mat),dom)
and is a useful shorthand for including constant values in a pdm plot.
This function may be superceded by redefining the augmentation operators
and other functions in a later release of Xmath. To maintain future upwards
compatibility avoid using this function when developing derivative software.