Validating Function Inputs in MATLAB
Use function argument validation in MATLAB® to declare specific restrictions on function input arguments. You can constrain the class, size, and other aspects of function input values without writing code in the body of the function to perform these tests.
Read Documentation: https://bit.ly/2m7CJkk
No comments