-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathio.github.gnu_octave.pkg-control.metainfo.xml
41 lines (40 loc) · 1.65 KB
/
io.github.gnu_octave.pkg-control.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2024 Torsten Lilge
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without any warranty.
-->
<component type="addon">
<id>io.github.gnu_octave.pkg-control</id>
<extends>org.octave.Octave</extends>
<name>Control Design and Analysis</name>
<summary>The control package for GNU Octave</summary>
<keywords>
<keyword>Octave</keyword>
<keyword>Control</keyword>
<keyword>Linear Time Invariant Models</keyword>
<keyword>Time Domain Analysis</keyword>
<keyword>Frequency Domain Analysis</keyword>
<keyword>Pole Placement</keyword>
<keyword>Optimal Control</keyword>
<keyword>Robust Control</keyword>
<keyword>Matrix Equation Solvers</keyword>
<keyword>Model and Controller Reduction</keyword>
<keyword>System Identification</keyword>
</keywords>
<description>
<p>
The Control package for GNU Octave is a collection of functions
for system analysis and control synthesis. The package uses
routines of the SLICOT-Reference library.
</p>
</description>
<url type="homepage">https://gnu-octave.github.io/packages/control/</url>
<url type="bugtracker">https://octave.space/savannah/?Action=get&Format=HTMLCSS&Title=[octave%20forge]%20(control)</url>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0-or-later and BSD-3-Clause</project_license>
<developer_name>Octave Community</developer_name>
<update_contact>[email protected]</update_contact>
</component>