Dosing data, specified as a table or cell array of tables. If doseObj
is
an array of dose objects, then tbl
must be a
cell array of tables of the same size as doseObj
.
If doseObj
is a ScheduleDose
object, tbl
must
have 2 or 3 variables (columns) representing dose time, amount, and
rate (optional). The variable names (tbl.Properties.VariableNames
)
must be 'Time'
, 'Amount'
, and 'Rate'
(optional),
respectively.
If doseObj
is a RepeatDose
object,
tbl
must have only one row with 4 or 5 variables
(columns) representing dose start time, amount, interval, repeat count, and
rate (optional). The variable names
(tbl.Properties.VariableNames
) must be
'StartTime'
, 'Amount'
,
'Interval'
, 'RepeatCount'
, and
'Rate'
(optional), respectively. The value of each
variable can be a numeric scalar or the name of a parameter (if the property
is parameterized).
The units of tbl
variables (tbl.Properties.VariableUnits
),
if any, are copied over to the corresponding property units of doseObj
.