cleanup before refactoring

This commit is contained in:
2026-04-21 09:14:38 -07:00
parent dd0861d11c
commit 275123d0fc
5 changed files with 31 additions and 12 deletions
+1
View File
@@ -9,6 +9,7 @@ function f = plotParameters(obj)
% Distance and tilt sample points
d = [0.01, 0.1, 0.25, 0.5, 0.75, 1:1:100];
t = zeros(size(d));
t = -90:1:90;
% Sample RSS function by distances, tilts
r_x = obj.RSS(d', t');