From bcc0a100f09eabace99db65f3668c53de72d8ca3 Mon Sep 17 00:00:00 2001
From: lmaresz <lmaresz@sch.bme.hu>
Date: Sat, 13 Jun 2020 17:52:44 +0200
Subject: [PATCH] plot quickfix

---
 RTX class/FarField.m | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/RTX class/FarField.m b/RTX class/FarField.m
index 629d8ab..af94b12 100644
--- a/RTX class/FarField.m	
+++ b/RTX class/FarField.m	
@@ -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)
-- 
GitLab