Skip to content
Snippets Groups Projects
Commit ef10ab81 authored by Hock, Martin's avatar Hock, Martin
Browse files

Merge branch 'development' into 'master'

Bring fix for clearEnv call to RC
parents aa7bae62 4d6f20ec
No related branches found
No related tags found
1 merge request!66Development
Pipeline #655803 passed
......@@ -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');
......
......@@ -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**
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment