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

Merge branch 'fix/call-clearEnv' into 'development'

Fix/call clear env

See merge request !65
parents d95edc5a 01d9f29c
No related branches found
No related tags found
2 merge requests!66Development,!65Fix/call clear env
Pipeline #655801 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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment