Skip to content
Snippets Groups Projects
Commit 59d86a29 authored by Lemmer, Jan's avatar Lemmer, Jan
Browse files

remove clenENV from Example

parent 83ab71f7
No related branches found
No related tags found
1 merge request!77remove clenENV from Example
Pipeline #671901 passed
......@@ -4,7 +4,7 @@
%% Clear and set environment
addpath('Examples');
clearEnv; % contains clear clc, close all
clear; close all; clc;
%% 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