changeset 10906:19688352e9eb octave-forge

control: add some test stuff
author paramaniac
date Sun, 23 Sep 2012 15:13:42 +0000
parents 52cc02b54491
children 0e0944d4ba2b
files main/control/devel/test_dss2ss.m main/control/devel/test_tustin.m
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main/control/devel/test_dss2ss.m	Sun Sep 23 15:13:42 2012 +0000
@@ -0,0 +1,3 @@
+sys = Boeing707;
+sys = inv (sys);
+[a, b, c, d] = ssdata (sys)
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main/control/devel/test_tustin.m	Sun Sep 23 15:13:42 2012 +0000
@@ -0,0 +1,3 @@
+sys = Boeing707
+
+d2c (c2d (sys, 0.1, "tustin"), "tustin")
\ No newline at end of file