Skip to content
Snippets Groups Projects
Commit 896f64d7 authored by Achilles Kappis's avatar Achilles Kappis
Browse files

Corrected a couple of typos in the header documentation of rectRoomPtSrc

parent db10232b
No related branches found
No related tags found
No related merge requests found
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
% is the number of sources and the rows represent the x, y % is the number of sources and the rows represent the x, y
% and z coordinates respectively. % and z coordinates respectively.
% IMPORTANT: The coordinates of the sources must NOT lie % 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. % rPos [numeric]: The position of the receivers in Cartesian coordinates.
% The variable should be a matrix with dimensions 3xM where % The variable should be a matrix with dimensions 3xM where
% M is the number of receivers and the rows represent the % M is the number of receivers and the rows represent the
% x, y and z coordinates respectively. % x, y and z coordinates respectively.
% IMPORTANT: The coordinates of the receivers must NOT lie % 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 % roomDims [numeric]: The dimensions of the room. This can either be a
% scalar, in which case the room will correspond to a % scalar, in which case the room will correspond to a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment