diff options
author | Vasil Zlatanov <v@skozl.com> | 2017-03-03 15:09:23 +0000 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2017-03-03 15:09:23 +0000 |
commit | 7e90285b8efe2beb52c43a089c0772389cfde710 (patch) | |
tree | bec1bdcbb5c5bb5392fb97c64edf81ba44859a0a | |
parent | 50e2cd5cb4d87ee54b1bd737ab30f98f831e6a7f (diff) | |
download | e2-matlab-7e90285b8efe2beb52c43a089c0772389cfde710.tar.gz e2-matlab-7e90285b8efe2beb52c43a089c0772389cfde710.tar.bz2 e2-matlab-7e90285b8efe2beb52c43a089c0772389cfde710.zip |
redact wrong comment
-rw-r--r-- | coursework17/error_script.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coursework17/error_script.m b/coursework17/error_script.m index 0b51643..5a37fe8 100644 --- a/coursework17/error_script.m +++ b/coursework17/error_script.m @@ -4,7 +4,7 @@ L = 0.0015; % 1.5mH data_points = 10000; -% Go on for 8 time constants +% Go on for a time constant time_constant = L/R; step = time_constant/data_points; |