Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.34 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.34 KB

ModelingToolkitSampledData

Tip

Presented at JuliaCon 2024: https://www.youtube.com/watch?v=wL-jYQ_O9Nc

Build Status Stable Dev

A standard library with discrete-time components for ModelingToolkit.

Requires JuliaSimCompiler.jl.

Installation

To install this library, first follow the installation instructions for JuliaSimCompiler. In particular, you need to add the JuliaHub Registry.

After the registry is added and JuliaSimCompiler is installed, you may install this package. This package is also registered in the JuliaHubRegistry, so you may add it with

pkg> add ModelingToolkitSampledData

after you have followed the steps above.