methodDef = findMethod(classDef,CPPName)
finds a method in the specified class that matches the specified name and returns a clibgen.api.MethodDefinition
object for the matching method. If the function does not find a match, it returns an empty
MethodDefinition
object.
ans =
1×7 MethodDefinition array with properties:
CPPName
MATLABName
Overloaded
OwningClassName
CPPSignature
MATLABSignature
CPPInputs
CPPOutput
Status
Included
Display as table
If there are multiple methods, click the Display as table
link.
scaleDef =
1×2 MethodDefinition array with properties:
CPPName
MATLABName
Overloaded
OwningClassName
CPPSignature
MATLABSignature
CPPInputs
CPPOutput
Status
Included
Display as table
If there are multiple methods, click the Display as table
link.
CPPName MATLABName Overloaded Status Included
_______ __________ __________ __________ ________
"scale" "scale" true Complete true
"scale" "scale" true Incomplete false
Display the signature of the scale method that is included in the
interface.