[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Control System Example
From: |
Thomas D. Dean |
Subject: |
Re: Control System Example |
Date: |
Thu, 18 Jun 2015 12:42:37 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 |
Martin Weiser pointed out a typo.
> diff -c VLFamp.m~ VLFamp.m
*** VLFamp.m~ Wed Jun 17 14:00:31 2015
--- VLFamp.m Thu Jun 18 12:12:22 2015
***************
*** 179,185 ****
show("title('ZPK Bode Diagram')");
disp("");
! disp("Two Bode Diagrams should be visible, possibly ovelaid.");
disp("");
##
ans=input("Press Return to close the plots and continue:");
--- 179,185 ----
show("title('ZPK Bode Diagram')");
disp("");
! disp("Two Bode Diagrams should be visible, possibly overlaid.");
disp("");
##
ans=input("Press Return to close the plots and continue:");
Tom Dean