Main Content
append
Class: mlreportgen.dom.OrderedList
Namespace: mlreportgen.dom
Append content to ordered list
Syntax
Description
appends
a list item to an ordered list.listItemObjOut
= append(orderedList
,listItemObj
)
appends
matrix or a cell array of list items.listItemsOut
= append(orderedList
,listItems
)
appends
an ordered or unordered list.listObjOut
= append(orderedList
,list
)
appends
a custom element.customElementOut
= append(orderedList
,customElementObj
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2014b