Skip to content

Commit 7b7811f

Browse files
committed
new html docs for release 4.2.1
1 parent be2546c commit 7b7811f

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

docs/assets/bode_101.png

1.45 KB
Loading

docs/assets/nichols_101.png

-57 Bytes
Loading

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
</div>
109109
<div class="col-sm-9 col-md-10">
110110
<h3 class="d-inline-block mr-2">control</h3>
111-
<b>4.2.0&nbsp;2026-01-16</b>
111+
<b>4.2.1&nbsp;2026-01-20</b>
112112
<p class="indent">
113113
Control package for GNU Octave including system analysis and control synthesis. The package uses routines of the SLICOT-Reference library.
114114
</p>

docs/rlocusx.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,9 @@ <h3 class="d-inline-block mr-2">
531531
<dl>
532532
<dt><code><h5 class="fs">Function File: <b>rlocusx</b> (<var>sys</var>)</code></h5></dt>
533533
<dt><code><h5 class="fs">Function File: <b>rlocusx</b> (<var>sys</var>, <var>increment</var>, <var>min_k</var>, <var>max_k</var>)</code></h5></dt>
534+
<dt><code><h5 class="fs">Function File: <b>rlocusx</b> (<var>sys</var>, <var>k_vec</var>)</code></h5></dt>
534535
</dl>
536+
535537
<p> Interactive root locus plot of the specified SISO system <var>SYS</var>.
536538
</p>
537539
<div class="ms-5">
@@ -610,6 +612,10 @@ <h3 class="d-inline-block mr-2">
610612
</dl>
611613
<p> Maximum value of <var>k</var>.
612614
</p></dd>
615+
<dt> <var>k_vec</var></dt>
616+
</dl>
617+
<p> Vector of values for gain values <var>k</var>.
618+
</p></dd>
613619
</dl>
614620

615621
<p> <strong>Outputs</strong>

0 commit comments

Comments
 (0)