From 17c9de54fb551cb5280283186ca58d4a7f48c39c Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Thu, 7 Jun 2018 14:03:48 +0200 Subject: [PATCH] Remove clear in scripts to generate the hexapod --- params_micro_hexapod.m | 3 --- params_nano_hexapod.m | 3 --- 2 files changed, 6 deletions(-) diff --git a/params_micro_hexapod.m b/params_micro_hexapod.m index 26167af..a257002 100644 --- a/params_micro_hexapod.m +++ b/params_micro_hexapod.m @@ -1,6 +1,3 @@ -%% -clear; close all; clc; - %% Stewart Object stewart = struct(); stewart.h = 350; % Total height of the platform [mm] diff --git a/params_nano_hexapod.m b/params_nano_hexapod.m index fe768bf..cf92b07 100644 --- a/params_nano_hexapod.m +++ b/params_nano_hexapod.m @@ -1,6 +1,3 @@ -%% -clear; close all; clc; - %% Stewart Object stewart = struct(); stewart.h = 90; % Total height of the platform [mm]