rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
List of all members | Public Member Functions | Public Attributes
ParameterSampling.Prescribed Class Reference

Detailed Description

Definition at line 18 of file Prescribed.m.

Inheritance diagram for ParameterSampling.Prescribed:
Inheritance graph
[legend]
Collaboration diagram for ParameterSampling.Prescribed:
Collaboration graph
[legend]

Public Member Functions

 Prescribed (mus)
 
function  init_sample (model)
 
function s = size ()
 returns the number of parameter vectors in this sampling More...
 
- Public Member Functions inherited from ParameterSampling.Interface
virtual function  init_sample (IDetailedModel dmodel)
 initializes the parameter sampling object More...
 
function
please_init = 
init_required ()
 returns a boolean indicating whether the object is fully functional, or must be initialized by a call to init_sample(). More...
 

Public Attributes

 sample
 matrix storing the parameter vectors in the parameter samples as row vectors. More...
 
- Public Attributes inherited from ParameterSampling.Interface
 sample
 matrix storing the parameter vectors in the parameter samples as row vectors. More...
 

Additional Inherited Members

- Protected Attributes inherited from ParameterSampling.Interface
 init_done = false
 boolean indicating whether the object has already been initialized by a call of init_sample(). More...
 

Member Function Documentation

function s = ParameterSampling.Prescribed.size ( )
virtual

returns the number of parameter vectors in this sampling

Return values
sizesample size

Implements ParameterSampling.Interface.

Definition at line 54 of file Prescribed.m.

Member Data Documentation

ParameterSampling.Prescribed.sample

matrix storing the parameter vectors in the parameter samples as row vectors.

Note
This property has non-standard access specifiers: SetAccess = Private, GetAccess = Public
Matlab documentation of property attributes.

Definition at line 28 of file Prescribed.m.


The documentation for this class was generated from the following file: