From 59d86a29d715b63cffcfa642afe302c936689229 Mon Sep 17 00:00:00 2001 From: Jan Lemmer <jan.lemmer@fst.tu-darmstadt.de> Date: Tue, 22 Mar 2022 08:58:10 +0100 Subject: [PATCH] remove clenENV from Example --- PlotID_example.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlotID_example.m b/PlotID_example.m index 1ae7dfa..7475e4a 100644 --- a/PlotID_example.m +++ b/PlotID_example.m @@ -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'); -- GitLab