Skip to content
Snippets Groups Projects

Development

Merged Hock, Martin requested to merge development into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -3,8 +3,8 @@
@@ -3,8 +3,8 @@
% please run Initilisation.m before first time use
% please run Initilisation.m before first time use
%% Clear and set environment
%% Clear and set environment
clearEnv; % contains clear clc, close all
addpath('Examples');
addpath('Examples');
 
clearEnv; % contains clear clc, close all
%% Data (only necessary for this example)
%% Data (only necessary for this example)
[x, y, datapath] = createExampleData('matlab');
[x, y, datapath] = createExampleData('matlab');
Loading