clibIsReadOnly

Determine if C++ object is read-only

Description

tf = clibIsReadOnly(cppObj) returns logical 1 (true) if cppObj is read-only. Otherwise, it returns logical 0 (false).

Input Arguments

collapse all

C++ object created in MATLAB, specified as a handle

Introduced in R2019b