Convert project to use column vectors
Compare changes
@@ -3,7 +3,7 @@
@@ -3,7 +3,7 @@
@@ -13,12 +13,12 @@
@@ -13,12 +13,12 @@
@@ -53,18 +53,18 @@ function am = arrMan(mPos, dirs, k)
@@ -53,18 +53,18 @@ function am = arrMan(mPos, dirs, k)
validateattributes(mPos, "numeric", {'2d', 'finite', 'nonnan', 'nonempty', 'real', 'ncols', 3}, mfilename, "Position of sensors", 1);
validateattributes(dirs, "numeric", {'2d', 'finite', 'nonnan', 'nonempty', 'real', 'ncols', 2}, mfilename, "Directions of interest", 2);
validateattributes(k, "numeric", {'vector', 'finite', 'nonnan', 'nonempty', 'nonnegative', 'real'}, mfilename, "Wavenumbers of interest", 3);