Skip to content
Snippets Groups Projects
Commit bcc0a100 authored by lmaresz's avatar lmaresz
Browse files

plot quickfix

parent 1601741a
No related branches found
No related tags found
No related merge requests found
......@@ -88,8 +88,8 @@ classdef FarField < handle
plot(obj.theta*180/pi, 20*log10(y));
title("Távoltér");
xlabel("\Theta [°]");
ylabel("S [dB]");
ylim([-40 0]);
ylabel("S_{rel} [dB]");
ylim([-50 1]);
end
function beamWidth = getBeamWidth(obj)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment