|
From: <mur...@us...> - 2010-11-26 21:56:32
|
Revision: 32
http://python-control.svn.sourceforge.net/python-control/?rev=32&view=rev
Author: murrayrm
Date: 2010-11-26 21:56:26 +0000 (Fri, 26 Nov 2010)
Log Message:
-----------
found minor bug in resetting axis limits for Bode plots
Modified Paths:
--------------
trunk/examples/pvtol-nested.py
Modified: trunk/examples/pvtol-nested.py
===================================================================
--- trunk/examples/pvtol-nested.py 2010-11-26 21:55:41 UTC (rev 31)
+++ trunk/examples/pvtol-nested.py 2010-11-26 21:56:26 UTC (rev 32)
@@ -82,6 +82,7 @@
#! Not yet implemented
# (gm, pm, wgc, wpc) = margin(L);
+#! TODO: this figure has something wrong; axis limits mismatch
figure(6); clf; subplot(221);
(magh, phaseh) = bode(L);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|