Скачиваний:
23
Добавлен:
14.06.2022
Размер:
336 б
Скачать
clc;
figure
hold on
grid on
set(gca, 'box', 'on');
set(gca,'FontSize',14);

p=x3(1)/100:0.01:(x3(end)+0.1)/100;
f1=interp1(x3/100, lg3, p, 'pchip');
plot(p,f1,'-k','LineWidth',1.3);
xlabel('x, m', 'FontSize', 22);
ylabel('lg(|H_{y}(x)|)', 'Rotation', 0, 'FontSize', 22, 'Position', [-1.12 0 0]);
set(gca,'XTick',(-1:0.1:1));
Соседние файлы в папке Графики в матлабе+эксель