Tallak Tveide

Results 19 comments of Tallak Tveide

At least now I have a workaround.

I have fixed the things commented here as far as I can tell. All the suggestions were fine. To me these were details. Having a code that runs faster will...

> I'd guess the behavior is inconsistent for MIMO systems? And an error would still thrown for non-rational systems, e.g., `DelayLtiSystem`? These problems do not seem like details to me....

The difficult thing about this discussion is that I received both excellect feedback and what I consider nitpicking. It can’t be generalized. I dont consider a bode plot starting at...

The difficult thing about this discussion is that I received both excellect feedback and what I consider nitpicking. It can’t be generalized. I dont consider a bode plot starting at...

I was not able to figure out how to convert a DelayLtiSystem to a non-delayed system. I could also implement this if I was helped a bit or perhaps figure...

I am also fighting lingering processes, with nothing in the docs to describe how to handle this. I would appreciate any update on this issue also

Hi. I had some more time to look at this today. It seems the system is working as expected. I discovered this through trial and error. This being said, some...

I could also mention a suggestion for improving the user experience by leaving less of the plumbing to the end user. The code above could instead look like: ```julia function...

> That could be a bug in `connect`, are you sure you have connections to all the blocks that are listed in > > ```julia > vcat(blocks, splitters, sum_blocks) >...