diff options
author | bnewbold <bnewbold@robocracy.org> | 2014-05-20 23:45:44 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2014-05-20 23:45:44 -0400 |
commit | e6041a7844841e6bf138f814a705c21d6fb66c2e (patch) | |
tree | d953e3cff0d1ae2e1b295f194083c661aee234ec /lectures | |
parent | f5317a3078785ad1a97037cbb18bdf70ddead9ed (diff) | |
download | dmmsb2014-e6041a7844841e6bf138f814a705c21d6fb66c2e.tar.gz dmmsb2014-e6041a7844841e6bf138f814a705c21d6fb66c2e.zip |
add lec12 (very simple)
Diffstat (limited to 'lectures')
-rw-r--r-- | lectures/lec12_bistability3 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lectures/lec12_bistability3 b/lectures/lec12_bistability3 new file mode 100644 index 0000000..7f8a5b1 --- /dev/null +++ b/lectures/lec12_bistability3 @@ -0,0 +1,10 @@ + +This lecture is mostly a review of rate-feedback plots, and advice on how to +plot them in MATLAB. + +Lots of nitty-gritty plotting tricks. + +Crude zero-finding with min(abs(y1 - y2)), which, for vectors y1, y2, returns a +tuple of (value, index). Later, instead go pairwise along vector of +differences, and add pairs for every crossing. + |