Unnecessary figure

This commit is contained in:
Thomas Dehaeze 2025-04-02 17:06:33 +02:00
parent 1126abe844
commit 049ab757b0
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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;