libpointer_plus
📝 Syntax
📥 Input argument
📄 Description
💡 Example
x = [1 2 3 4 5];
xPtr = libpointer('doublePtr', x);
y = xPtr + 2;
y.reshape(1, 3);
y.Value🔗 See also
🕔 History
Version
📄 Description
Last updated