From 896f64d7635e1aa0efca4861062a15925d4f42c2 Mon Sep 17 00:00:00 2001 From: ZaellixA <axilleaz@protonmail.com> Date: Sat, 31 May 2025 13:50:03 +0100 Subject: [PATCH] Corrected a couple of typos in the header documentation of rectRoomPtSrc --- Sound Fields/MATLAB/Functions/rectRoomPtSrc.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sound Fields/MATLAB/Functions/rectRoomPtSrc.m b/Sound Fields/MATLAB/Functions/rectRoomPtSrc.m index 4ec0591..bbdd3e0 100644 --- a/Sound Fields/MATLAB/Functions/rectRoomPtSrc.m +++ b/Sound Fields/MATLAB/Functions/rectRoomPtSrc.m @@ -18,14 +18,14 @@ % is the number of sources and the rows represent the x, y % and z coordinates respectively. % IMPORTANT: The coordinates of the sources must NOT lie -% outside the room (set by "roomSize" argument). +% outside the room (set by "roomDims" argument). % % rPos [numeric]: The position of the receivers in Cartesian coordinates. % The variable should be a matrix with dimensions 3xM where % M is the number of receivers and the rows represent the % x, y and z coordinates respectively. % IMPORTANT: The coordinates of the receivers must NOT lie -% outside the room (set by "roomSize" argument). +% outside the room (set by "roomDims" argument). % % roomDims [numeric]: The dimensions of the room. This can either be a % scalar, in which case the room will correspond to a -- GitLab