Is there a reason why {‘charVector’} is not considered a text scalar for argument validation purposes?
It seems like a software design inconsistency to me that this passes validation,
mustBeText({‘charVector’})
mustBeScalarOrEmpty({‘charVector’})
but this does not,
mustBeTextScalar({‘charVector’})
Is there a logic to this?It seems like a software design inconsistency to me that this passes validation,
mustBeText({‘charVector’})
mustBeScalarOrEmpty({‘charVector’})
but this does not,
mustBeTextScalar({‘charVector’})
Is there a logic to this? It seems like a software design inconsistency to me that this passes validation,
mustBeText({‘charVector’})
mustBeScalarOrEmpty({‘charVector’})
but this does not,
mustBeTextScalar({‘charVector’})
Is there a logic to this? argument validation, property validation, text scalar MATLAB Answers — New Questions