diff options
Diffstat (limited to 'coursework17')
-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; |