1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>Computer-Aided Control System Design: Documentation</title>
<meta charset="utf-8">
</head>
<body style="font-family:sans">
<h1>Control Package for GNU Octave</h1>
<p>Links to documentation and license information:</p>
<ul>
<li><a href="https://gnu-octave.github.io/pkg-control/" target="_blank">
Online documentation of the control package for GNU Octave</a></li>
<li><a href="https://github.com/gnu-octave/pkg-control" target="_blank">
Git repository of the control package</a></li>
<li><a href="https://github.com/SLICOT/SLICOT-Reference" target="_blank">
Git repository of the used SLICOT-Reference library</a></li>
<li><a href="https://github.com/SLICOT/SLICOT-Reference/blob/main/LICENSE" target="_blank">
License and copyright information of the used SLICOT-Reference library</a></li>
</ul>
</body>
</html>
|