Remove clear in scripts to generate the hexapod

This commit is contained in:
Thomas Dehaeze 2018-06-07 14:03:48 +02:00
parent 31a59fcca3
commit 17c9de54fb
2 changed files with 0 additions and 6 deletions

View File

@ -1,6 +1,3 @@
%%
clear; close all; clc;
%% Stewart Object %% Stewart Object
stewart = struct(); stewart = struct();
stewart.h = 350; % Total height of the platform [mm] stewart.h = 350; % Total height of the platform [mm]

View File

@ -1,6 +1,3 @@
%%
clear; close all; clc;
%% Stewart Object %% Stewart Object
stewart = struct(); stewart = struct();
stewart.h = 90; % Total height of the platform [mm] stewart.h = 90; % Total height of the platform [mm]