simulink.schedule.createSchedule
Syntax
Description
creates a new outputSchedule
= createSchedule(inputSchedule
, partitionOrder
)simulink.schedule.OrderedSchedule
object,
sch
with all the partitions present in the
simulink.schedule.OrderedSchedule
object,
inputSchedule
, according to order specified by the vector,
partitionOrder
.
creates a new outputSchedule
= createSchedule(inputSchedule
, partitionOrder
, 'IgnoreExtra'
,true)simulink.schedule.OrderedSchedule
object,
sch
with all the partitions present in the
simulink.schedule.OrderedSchedule
, Schedule
,
according to order specified by the parameter, partitionOrder
while
ignoring any partitions that are not already present in sch
.
PartitionOrder
must contain all partitions of
inputSchedule
.
Input Arguments
Output Arguments
Version History
Introduced in R2020a