Add Manuscript
This commit is contained in:
@@ -63,8 +63,9 @@ for i = 1:7
|
||||
end
|
||||
hold off;
|
||||
xlabel('Voltage [V]'); ylabel('Displacement [$\mu m$]')
|
||||
legend('location', 'southwest', 'FontSize', 8)
|
||||
xlim([-20, 150]); ylim([-250, 0]);
|
||||
leg = legend('location', 'southwest', 'FontSize', 8, 'NumColumns', 1);
|
||||
leg.ItemTokenSize(1) = 15;
|
||||
|
||||
%% X-Bending Identification
|
||||
% Load Data
|
||||
@@ -96,4 +97,5 @@ hold off;
|
||||
set(gca, 'Xscale', 'log'); set(gca, 'Yscale', 'log');
|
||||
xlabel('Frequency [Hz]'); ylabel('Amplitude');
|
||||
xlim([100, 1e3]); ylim([5e-5, 2e-1]);
|
||||
legend('location', 'northeast', 'FontSize', 8)
|
||||
leg = legend('location', 'northeast', 'FontSize', 8, 'NumColumns', 1);
|
||||
leg.ItemTokenSize(1) = 15;
|
||||
|
Reference in New Issue
Block a user