Skip to content

Revisiting old code: was there ever an LTISystem composed type in ControlSystems.jl? #938

@B-LIE

Description

@B-LIE

I'm revisiting some Julia code I worked with during early Covid (first half of 2020). In my code, I import ControlSystems.jl, and create a struct as:

struct MFD{T} <: LTISystem
    N::Matrix{Poly{T}}
    D::Matrix{Poly{T}}
...
end

My code doesn't work anymore. That is ok, but I'm just wondering whether LTISystem was part of ControlSystems.jl back then, and whether that type has been moved to some other package (or replaced with something else).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions