Zekeriya SARI

Results 6 issues of Zekeriya SARI

The construction of a polygon with `Float64` points such as ```julia hexagon = Polygon( [Point(cos(θ), sin(θ)) for θ in 0 : π / 3 : 2π - π / 3]...

The simulation of hybrid systems (consisting of discrete-time and continuous-time systems) must be included in the package. See https://discourse.julialang.org/t/diffeqs-hybrid-continuous-discrete-system-periodic-callback/23791

Consider the following model ```julia using Causal # Define the model @defmodel model begin @nodes begin gen = SinewaveGenerator() mem = Memory(delay=1.) writer = Writer(input=Inport(2)) end @branches begin gen =>...

Include some examples from the control theory to the documentation of Jusdl.

documentation

Inspection of models including `SubSystem`s need more consideration. For example, the inspection stage fails when a model includes `SubSystem` having algebraic loops. This bug should be fixed by taking the...

enhancement

Documentation lacks how to define and use a user-defined plugin!

documentation