Skip to content

Commit

Permalink
docs: update demo url
Browse files Browse the repository at this point in the history
  • Loading branch information
Brenopms committed Jun 28, 2023
1 parent c0b709a commit bd45d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Control Systems Utility Library written in Typescript

This library consists in a number of utility functions for aiding in control systems analysis. The idea is to replicate and implement most of the basic functionalities present in [Matlab's](https://www.mathworks.com/products/control.html), [Octave's](https://octave.sourceforge.io/control/overview.html) and [Python's](https://python-control.readthedocs.io/en/0.9.3.post2/) similar packages, but with the practicality of having them in the web natively. This package uses it's own complex number implementation basic operations, but is, for the most part, compatible with [complexjs](https://github.com/infusion/Complex.js/) and [mathjs](https://mathjs.org/).

A demo of the library functionalities can be seen [here](https://brenopms.github.io/systems-controls-js-demo/)
A demo of the library functionalities can be seen [here](https://brenopms.github.io/control-systems-js-demo/)

## Features

Expand Down

0 comments on commit bd45d1d

Please sign in to comment.