Make a subsystem with the nano-hexapod
This commit is contained in:
parent
f287dc9227
commit
6956d39ef8
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
matlab/nano_hexapod/nano_hexapod_subsystem.slx
Normal file
BIN
matlab/nano_hexapod/nano_hexapod_subsystem.slx
Normal file
Binary file not shown.
@ -1797,5 +1797,7 @@ nano_hexapod.actuator.cs = args.actuator_cs; % Damping of one stack [N/m]
|
||||
:UNNUMBERED: t
|
||||
:END:
|
||||
#+begin_src matlab
|
||||
save('./mat/stages.mat', 'nano_hexapod', '-append');
|
||||
if nargout == 0
|
||||
save('./mat/stages.mat', 'nano_hexapod', '-append');
|
||||
end
|
||||
#+end_src
|
||||
|
@ -139,4 +139,6 @@ nano_hexapod.actuator.xi = args.actuator_xi; % Damping ratio
|
||||
nano_hexapod.actuator.ks = args.actuator_ks; % Stiffness of one stack [N/m]
|
||||
nano_hexapod.actuator.cs = args.actuator_cs; % Damping of one stack [N/m]
|
||||
|
||||
save('./mat/stages.mat', 'nano_hexapod', '-append');
|
||||
if nargout == 0
|
||||
save('./mat/stages.mat', 'nano_hexapod', '-append');
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user