From 01d9f29c6047a35640c1dc989ce80c207b7dc96f Mon Sep 17 00:00:00 2001
From: "M. Hock" <martin.hock@fst.tu-darmstadt.de>
Date: Fri, 25 Feb 2022 18:05:51 +0100
Subject: [PATCH] swapped lines 6&7 to put the function file onto path and make
 it available for execution

---
 PlotID_example.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PlotID_example.m b/PlotID_example.m
index feecb29..1ae7dfa 100644
--- a/PlotID_example.m
+++ b/PlotID_example.m
@@ -3,8 +3,8 @@
 % please run Initilisation.m before first time use
 
 %% Clear and set environment
-clearEnv; % contains clear clc, close all
 addpath('Examples');
+clearEnv; % contains clear clc, close all
 
 %% Data (only necessary for this example)
 [x, y, datapath] = createExampleData('matlab');
-- 
GitLab