Main Content
plus
Class: lib.pointer
Namespace: lib
+ (plus) operator for pointer arithmetic
Syntax
hout = plus(h,offset)
hout = h + offset
Description
hout = plus(
returns pointer h
,offset
)hout
. Pointer hout
is valid only as long
as the original pointer, h
, exists.
Input Arguments
Version History
Introduced before R2006a