diff --git a/PlotID_example.m b/PlotID_example.m index feecb2914c522833ccbbb212a4df4a6bc0b322bc..1ae7dfacc8ad79dad85908a05debb7f025f7d67b 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'); diff --git a/README.md b/README.md index 5379313da8661fdf730975026852af94fe0ce2e4..433563d370758e70b0934393e9f69260073872d5 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**