Change another figure
This commit is contained in:
parent
78c8b79399
commit
55f2caf7e9
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 250 KiB After Width: | Height: | Size: 220 KiB |
@ -333,17 +333,24 @@ We plot the change of dynamics due to the change of the spindle rotation speed (
|
||||
set(gca,'ColorOrderIndex',i);
|
||||
plot(freqs, abs(squeeze(freqresp(Gk_wz_err{i,1}('Ex', 'Fx'), freqs, 'Hz'))), '-', ...
|
||||
'DisplayName', sprintf('$k = %.0g$ [N/m]', Ks(i)));
|
||||
for j = 1:length(Rz_rpm)
|
||||
set(gca,'ColorOrderIndex',i);
|
||||
plot(freqs, abs(squeeze(freqresp(Gk_wz_err{i,j}('Ey', 'Fx'), freqs, 'Hz'))), '--', ...
|
||||
'HandleVisibility', 'off');
|
||||
end
|
||||
set(gca,'ColorOrderIndex',i);
|
||||
plot(freqs, abs(squeeze(freqresp(Gk_wz_err{i,length(Rz_rpm)}('Ey', 'Fx'), freqs, 'Hz'))), '--', ...
|
||||
'HandleVisibility', 'off');
|
||||
set(gca,'ColorOrderIndex',i);
|
||||
plot(freqs, abs(squeeze(freqresp(Gk_wz_err{i,1}('Ey', 'Fx'), freqs, 'Hz'))), '--', ...
|
||||
'HandleVisibility', 'off');
|
||||
% for j = 1:length(Rz_rpm)
|
||||
% set(gca,'ColorOrderIndex',i);
|
||||
% plot(freqs, abs(squeeze(freqresp(Gk_wz_err{i,j}('Ey', 'Fx'), freqs, 'Hz'))), '--', ...
|
||||
% 'HandleVisibility', 'off');
|
||||
% end
|
||||
end
|
||||
hold off;
|
||||
set(gca, 'XScale', 'log'); set(gca, 'YScale', 'log');
|
||||
ylabel('Amplitude [m/N]'); xlabel('Frequency [Hz]');
|
||||
xlim([freqs(1), freqs(end)]);
|
||||
legend('location', 'southeast');
|
||||
ylim([1e-10, inf]);
|
||||
legend('location', 'northeast');
|
||||
#+end_src
|
||||
|
||||
#+header: :tangle no :exports results :results none :noweb yes
|
||||
|
Loading…
Reference in New Issue
Block a user