tsintersect
R2026bIntersection of timestamps in OPC UA data object
Description
resamples data in OPC UA data object newObj = tsintersect(dObj)dObj so that all elements of the
object have the same timestamps. The function obtains same timestamps by the intersection of
all timestamps in all elements of dObj.
If dObj contains elements with the same node name, the function
combines those elements into one element. So the size of newObj might be
smaller than the size of dObj.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a