ellipsoid_grid, a MATLAB code which generates a grid of points over the interior of an ellipsoid in 3D.
The code allows the user to define an ellipsoid by choosing the 3D coordinates of its center and the lengths of its three axes. The user also choose N, the number of subintervals into which the shortest radius will be subdivided. It then returns the gridpoints defined by that choice.
The information on this web page is distributed under the MIT license.
ellipsoid_grid is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
ellipse, a MATLAB code which performs various geometric calculations for ellipses and ellipsoids.
ellipsoid_monte_carlo a MATLAB code which uses the Monte Carlo method to estimate the value of integrals over the interior of an ellipsoid in M dimensions.
matlab_grid, a MATLAB code which generates a regular grid of points inside a variety of regions in one, two, three or many dimensions.