nyqlog.m

Nyquist plot with logaritmic amplitudes for GNU Octave.
Index Commits Files Refs README
commit 3e0726638a481d0aad82f2423f552b2fabd6a9e1
parent a7cde608b287efb48a2655f2212d49482953ce88
Author: Martin Klöckner <mjkloeckner@gmail.com>
Date:   Fri,  1 May 2026 12:50:22 -0300

Add `README.md` with images

Diffstat:
AREADME.md | 14++++++++++++++
Anyqlog_octave_version_dark.png | 0
2 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -0,0 +1,14 @@
+# Nyquist plot with logarithmic amplitudes
+
+This is a port of Trond Andresen's MATLAB version[^1] for GNU Octave. To use it
+the control package[^2] need to be installed.
+
+[^1]: Trond Andresen (2026). Nyquist plot with logarithmic amplitudes
+    [https://www.mathworks.com/matlabcentral/fileexchange/7444-nyquist-plot-with-logarithmic-amplitudes](https://www.mathworks.com/matlabcentral/fileexchange/7444-nyquist-plot-with-logarithmic-amplitudes), MATLAB Central File Exchange. Retrieved May 1, 2026. 
+
+[^2]: GNU Octave - The 'control' package. [https://octave.sourceforge.io/control/](https://octave.sourceforge.io/control/)
+
+<div style="text-align: center;">
+    <img src="nyqlog_octave_version_dark.png" width="100%">
+    <p align="center"><em>Nyquist plot with logarithmic amplitudes</em></p>
+</div>
diff --git a/nyqlog_octave_version_dark.png b/nyqlog_octave_version_dark.png
Binary files differ.