From 049ab757b0a0c5e32d3c5539b1df52127daf1023 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Wed, 2 Apr 2025 17:06:33 +0200 Subject: [PATCH] Unnecessary figure --- matlab/detail_kinematics_3_nano_hexapod.m | 1 - nass-geometry.org | 1 - 2 files changed, 2 deletions(-) diff --git a/matlab/detail_kinematics_3_nano_hexapod.m b/matlab/detail_kinematics_3_nano_hexapod.m index 8474a29..bb6e2f8 100644 --- a/matlab/detail_kinematics_3_nano_hexapod.m +++ b/matlab/detail_kinematics_3_nano_hexapod.m @@ -34,7 +34,6 @@ nano_hexapod = computeJacobian(nano_hexapod); nano_hexapod = initializeCylindricalPlatforms(nano_hexapod, 'Fpr', 125e-3, 'Mpr', 115e-3); %% Obtained architecture for the Nano Hexapod -figure; displayArchitecture(nano_hexapod, 'labels', true, 'frames', false); % Bottom circle h = 15e-3; diff --git a/nass-geometry.org b/nass-geometry.org index c4692a0..976e972 100644 --- a/nass-geometry.org +++ b/nass-geometry.org @@ -3301,7 +3301,6 @@ nano_hexapod = initializeCylindricalPlatforms(nano_hexapod, 'Fpr', 125e-3, 'Mpr' #+begin_src matlab :exports none :results none %% Obtained architecture for the Nano Hexapod -figure; displayArchitecture(nano_hexapod, 'labels', true, 'frames', false); % Bottom circle h = 15e-3;