2%> This is the [pm.vis.TileEllipse](@ref
TileEllipse)
class for generating
3%> instances of 2-dimensional Ellipse [
Tile visualizations](@ref
Tile)
4%> based on the relevant MATLAB intrinsic functions.<br>
7%> [pm.vis.Cascade](@ref
Cascade)<br>
8%> [pm.vis.Subplot](@ref
Subplot)<br>
9%> [pm.vis.Triplex](@ref
Triplex)<br>
10%> [pm.vis.Figure](@ref
Figure)<br>
11%> [pm.vis.Plot](@ref
Plot)<br>
12%> [pm.vis.Tile](@ref
Tile)<br>
17%> \FatemehBagheri, May 20 2024, 1:25 PM, NASA Goddard Space Flight Center (GSFC), Washington, D.C.<br>
18%> \AmirShahmoradi, May 16 2016, 9:03 AM, Oden Institute
for Computational Engineering and Sciences (ICES), UT Austin<br>
21 methods(Access =
public)
24 %> Construct and
return an
object of
class [pm.vis.TileEllipse](@ref
TileEllipse).<br>
27 %> This is the constructor of the
class [pm.vis.TileEllipse](@ref
TileEllipse).<br>
29 %> \param[in] gramian : See the corresponding input argument to the
class [pm.vis.SubplotEllipse](@ref
SubplotEllipse).
30 %> \param[in] center : See the corresponding input argument to the
class [pm.vis.SubplotEllipse](@ref
SubplotEllipse).
31 %> \param[in] cval : See the corresponding input argument to the
class [pm.vis.SubplotEllipse](@ref
SubplotEllipse).
32 %> \param[in] varargin : Any ``property, value`` pair of the parent
object.<br>
33 %> If the
property is a ``
struct()``, then its value must be given as a cell array,
34 %> with consecutive elements representing the
struct ``property-
name, property-value`` pairs.<br>
35 %> Note that all of these property-value pairs can be also directly set via the
36 %> parent
object attributes, before calling the ``make()`` method.<br>
39 %> ``self`` : An
object of [pm.vis.TileEllipse](@ref
TileEllipse)
class.<br>
45 %> t = pm.vis.TileEllipse(gramian);
46 %> t = pm.vis.TileEllipse(gramian, center);
47 %> t = pm.vis.TileEllipse(gramian, center, cval);
48 %> t = pm.vis.TileEllipse(gramian, center, cval, varargin);
53 %> The input ``varargin`` can also contain the components
54 %> of the ``subplot`` component of the parent
object.<br>
57 %> See below and also the documentation of the
58 %> attributes of the superclass [pm.vis.Tile](@ref
Tile).<br>
63 %> t.make(
"dimx", 1,
"dimy", 2);
68 %> \JoshuaOsborne, May 22 2024, 7:16 PM, University of Texas at Arlington<br>
69 %> \FatemehBagheri, May 20 2024, 1:25 PM, NASA Goddard Space Flight Center (GSFC), Washington, D.C.<br>
70 %> \AmirShahmoradi, May 16 2016, 9:03 AM, Oden Institute
for Computational Engineering and Sciences (ICES), UT Austin<br>
71 function self =
TileEllipse(gramian, center, cval, varargin)
72 %%%% Define the missing optional values as empty with the right rank.
80 gramian = zeros(0, 0, 0);
82 self = self@pm.vis.Tile(pm.vis.SubplotEllipse(gramian, center, cval), varargin{:});
function name(in vendor)
Return the MPI library name as used in naming the ParaMonte MATLAB shared library directories.
This is the abstract class for generating instances of objects that contain the specifications of a c...
This is the base class for generating instances of objects that contain the specifications of various...
This is the SubplotEllipse class for generating instances of 2-dimensional Ellipse Subplot visualizat...
This is the abstract class for generating instances of axes with various types of plots from one or m...
This is the pm.vis.TileEllipse class for generating instances of 2-dimensional Ellipse Tile visualiza...
function TileEllipse(in gramian, in center, in cval, in varargin)
Construct and return an object of class pm.vis.TileEllipse.
This is the abstract class for generating instances of objects that contain the specifications of var...
This is the base class for generating instances of figures containing a square symmetric tiling of su...