Skip to content
Snippets Groups Projects

Fix/call clear env

Merged Hock, Martin requested to merge fix/call-clearEnv into development
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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');
Loading