Skip to content

Commit b11e81a

Browse files
author
zhengnanlee
committed
Recent commit (77f1437) causes hard error on line 6 of this file
When try to do experiments with 2, 4, 8, users (fixed number of antenna), array bound exceeded.
1 parent 77f1437 commit b11e81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

o_generate_positions.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pd = makedist('Normal');
44
pd.sigma = 45;
55
t = truncate(pd,-45,45);
6-
dUser = problem.dUsers(1:problem.nUsers);
6+
dUser = 5 * ones(1, problem.nUsers);
77
% % Generate Angles for usee case (uc) distribution (deprecated)
88
% % UC 1
99
% uc_el(1,:) = [0 0]; uc_az(1,:) = [+15 -15]; uc_dist(1,:) = [5 5];

0 commit comments

Comments
 (0)