From 00179d26df3b3a14a2052516ac5f3bc899984f26 Mon Sep 17 00:00:00 2001
From: vand <vand@dtu.dk>
Date: Thu, 10 Jun 2021 19:30:13 +0000
Subject: [PATCH] Upload New File

---
 module2_vectors.m | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 module2_vectors.m

diff --git a/module2_vectors.m b/module2_vectors.m
new file mode 100644
index 0000000..a8b971c
--- /dev/null
+++ b/module2_vectors.m
@@ -0,0 +1,7 @@
+time_1 = 302;
+time_2 = 500;
+time_3 = 20;
+
+%%
+
+times = [302, 500, 20]
\ No newline at end of file
-- 
GitLab