Class: lib.pointer Package: lib
Points to NULL pointer
tf = isNull(h)
tf = isNull(h) returns true if h is a lib.pointer object.
h
lib.pointer
expand all
lib.pointer object, specified as a handle.
nullp = libpointer('doublePtr',[]); isNull(nullp)
ans = logical 1
You have a modified version of this example. Do you want to open this example with your edits?