From d95edc5a477c61672cc4b83e5a3a0aa20bf71149 Mon Sep 17 00:00:00 2001 From: "Lemmer, Jan" <jan.lemmer@fst.tu-darmstadt.de> Date: Thu, 24 Feb 2022 16:27:15 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5379313..433563d 100644 --- a/README.md +++ b/README.md @@ -169,5 +169,5 @@ The authors would like to thank the Federal Government and the Heads of Governme # Known Issues **Closed figure will cause error** Please do not cloase the figure, MATLAB deletes the object if you do so. -# FAQs +**Centralized Method does not work on Linux systems** -- GitLab 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 2/2] 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