Add figure about RGA

This commit is contained in:
2020-11-23 18:01:13 +01:00
parent cd38200cc8
commit 87a0d98e01
11 changed files with 16173 additions and 14962 deletions

View File

@@ -281,7 +281,6 @@ for in_i = 2:6
set(gca,'ColorOrderIndex',3)
plot(freqs, Gr_jacobian(:,in_i), 'HandleVisibility', 'off');
end
plot(freqs, 0.5*ones(size(freqs)), 'k--', 'DisplayName', 'Limit')
set(gca, 'XScale', 'log'); set(gca, 'YScale', 'log');
hold off;
xlabel('Frequency (Hz)'); ylabel('Gershgorin Radii')