From 40c4a92d7a99ff7a71600c4cc09a16fac14c35df Mon Sep 17 00:00:00 2001
From: Johannes Keyser <johannes.keyser@sport.uni-giessen.de>
Date: Tue, 22 Mar 2022 19:16:52 +0100
Subject: [PATCH] Add example plot.

---
 README.md   | 6 ++++++
 example.svg | 3 +++
 2 files changed, 9 insertions(+)
 create mode 100644 example.svg

diff --git a/README.md b/README.md
index 3c8baeb..7fe1e99 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,12 @@ Clone/copy the files to your computer, and add the folder to Matlab's path varia
 
 TODO: Add examples, and show some expected output.
 
+### Example
+
+You can see an example in [example.m](example.m).
+
+<img src="example.svg" alt="plot from example.m" width=200px />
+
 ## Roadmap
 
 - Add more documentation.
diff --git a/example.svg b/example.svg
new file mode 100644
index 0000000..aed4801
--- /dev/null
+++ b/example.svg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:11a84f3ac3764ebe6f15915cf0d19acfeb8b78fe26ec02a73934657e4d2c7b4f
+size 45417
-- 
GitLab