From feaa9144eb28dd263ef79577ab369174b8c6c83b Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Thu, 11 Jul 2019 17:14:32 -0700 Subject: the typa guy to flex: "new plots" --- hw2/prob_6.m.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hw2/prob_6.m.txt (limited to 'hw2/prob_6.m.txt') diff --git a/hw2/prob_6.m.txt b/hw2/prob_6.m.txt new file mode 100644 index 0000000..01262f8 --- /dev/null +++ b/hw2/prob_6.m.txt @@ -0,0 +1,4 @@ +N=1;K=0; +D=[1 5 10 10 5 K]; +sys=tf(N,D); +pzplot(sys) \ No newline at end of file -- cgit v1.2.3