plot fix
This commit is contained in:
@@ -22,9 +22,9 @@ function f = plotParameters(obj)
|
|||||||
% Plot resultant sigmoid curves
|
% Plot resultant sigmoid curves
|
||||||
f = figure;
|
f = figure;
|
||||||
grid("on");
|
grid("on");
|
||||||
title("SNR vs Distance");
|
surf(d_mg, t_mg, reshape(s_x, size(d_mg)));
|
||||||
|
title("SNR vs Distance and Tilt");
|
||||||
xlabel("Distance (m)");
|
xlabel("Distance (m)");
|
||||||
ylabel("Tilt (deg)");
|
ylabel("Tilt (deg)");
|
||||||
zlabel("SNR (dB)");
|
zlabel("SNR (dB)");
|
||||||
surf(d_mg, t_mg, reshape(s_x, size(d_mg)));
|
|
||||||
end
|
end
|
||||||
Reference in New Issue
Block a user