2%> This is the base
class for generating objects
3%> that contain the contents of a progress file
4%> generated by a ParaMonte sampler.<br>
7%> This
class is meant to be primarily internally
8%> used by the ParaMonte MATLAB library samplers.<br>
9%> See the documentation of the
class constructor.<br>
12%> See below
for information on the attributes (properties).<br>
15%> See below
for information on the methods.<br>
20%> \JoshuaOsborne, May 21 2024, 1:09 AM, University of Texas at Arlington<br>
21%> \FatemehBagheri, May 20 2024, 1:25 PM, NASA Goddard Space Flight Center (GSFC), Washington, D.C.<br>
22%> \AmirShahmoradi, May 16 2016, 9:03 AM, Oden Institute
for Computational Engineering and Sciences (ICES), UT Austin<br>
25 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
27 properties(Access =
public)
31 % %> The scalar MATLAB ``
struct`` containing the set of
32 % %> predefined visualizations
for the output data.<br>
37 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
42 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
44 methods(Access =
public)
46 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
49 %> Return a scalar
object of
class [pm.sampling.FileContentsProgress](@ref
FileContentsProgress).<br>
52 %> This is the constructor of the
class [pm.sampling.FileContentsProgress](@ref
FileContentsProgress).
54 %> \param[in] file : The input scalar MATLAB
string containing the path to an external file.<br>
55 %> \param[in] silent : The input scalar MATLAB logical.<br>
56 %>
if ``
true``, all descriptive messages will be suppressed.<br>
57 %> Setting
this option to ``
false`` is particularly useful
59 %> (**optional**,
default = ``
false``)
60 %> \param[in] sep : The input scalar MATLAB
string
61 %> containing the field separator used in the file.<br>
62 %> (**optional**,
default = ``
","``)
65 %> ``self`` : The output scalar
object of
class [pm.sampling.FileContentsProgress](@ref
FileContentsProgress).<br>
71 %> contents = pm.sampling.FileContentsProgress(file, [])
72 %> contents = pm.sampling.FileContentsProgress(file, silent)
73 %> contents = pm.sampling.FileContentsProgress(file, [], sep)
74 %> contents = pm.sampling.FileContentsProgress(file, silent, sep)
81 %> \JoshuaOsborne, May 21 2024, 1:11 AM, University of Texas at Arlington<br>
82 %> \FatemehBagheri, May 20 2024, 1:25 PM, NASA Goddard Space Flight Center (GSFC), Washington, D.C.<br>
83 %> \AmirShahmoradi, May 16 2016, 9:03 AM, Oden Institute
for Computational Engineering and Sciences (ICES), UT Austin<br>
91 self = self@pm.io.FileContentsTabular(file, silent, sep);
94 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
98 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
This is the base class for generating objects that contain the contents of a progress file generated ...
function FileContentsProgress(in file, in silent, in sep)
Return a scalar object of class pm.sampling.FileContentsProgress.
This is the base class for generating objects that contain the tabular contents of a given file.
function parallel()
Return a scalar MATLAB logical that is true if and only if the current installation of MATLAB contain...