Skip to content
Snippets Groups Projects
Commit 01d9f29c authored by M. Hock's avatar M. Hock
Browse files

swapped lines 6&7 to put the function file onto path and make it available for execution

parent d95edc5a
No related branches found
No related tags found
2 merge requests!66Development,!65Fix/call clear env
Pipeline #655800 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.
Finish editing this message first!
Please register or to comment