From a9b3585aa4b023fda0f763fc571d17b5516f7d76 Mon Sep 17 00:00:00 2001
From: Fredrik Bagge Carlson <cont-frb@ulund.org>
Date: Fri, 25 Aug 2017 11:53:50 +0200
Subject: [PATCH] Update FRTN35_lab1.jl

---
 src/FRTN35_lab1.jl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/FRTN35_lab1.jl b/src/FRTN35_lab1.jl
index dbbf96f..a253bcd 100644
--- a/src/FRTN35_lab1.jl
+++ b/src/FRTN35_lab1.jl
@@ -1,4 +1,4 @@
-using BallAndBeam, ControlSystems, JLD, LabProcesses
+using BallAndBeam, ControlSystems, JLD, LabProcesses, Plots
 # @load "workspace.jld" # Run this command to restore a saved workspace
 
 Bias = 0.01                            # Change this if your process drifts over time
@@ -67,7 +67,7 @@ function prbs_experiment(;amplitude = 1, duration = 10)
         end
     end
     LabProcesses.finalize(P)
-    y,u,times
+    y,u
 end
 y,u = prbs_experiment(duration = 10, amplitude = 1)
 plot([u y])
-- 
GitLab