Fredrik Bagge Carlson

Results 317 issues of Fredrik Bagge Carlson

```julia julia> using ControlSystems julia> A = [4.38 209; -0.036 -2]; julia> B = [2.09; 0]; julia> C = [1 0]; julia> D = 0; julia> sys = ss(A,B,C,D); julia>...

https://github.com/JuliaControl/ControlSystems.jl/pull/118#discussion_r165046678 It'd be nice to be able to write `zpk([0], [], 1)` rather than `zpk([0], Int64[], 1)`

regression

Not working, is expecting tf

A new constructor that allows `zpk(polevec, zerovec, dcgain=3)`

enhancement

I noticed that it took quite some time for the symbolic regression to beat a simple variable subset selection using linear regression. To clarify what I mean with this, I...

It would be convenient if was possible to supply the length of a resumable function if the length is known. A lot of functions around the ecosystem do not work...

Hi, I'm enjoying this package quite a lot! I do have one issue though, and would like to see if there might be a solution for it. The iterable types...

https://github.com/JuliaDiffEq/RecursiveArrayTools.jl/blob/82e76d75b59523a728773d2af061e9483f4978ba/src/vector_of_array.jl#L11

@JuliaRegistrator register()