Determine if input is numeric array - MATLAB isnumeric
This MATLAB function returns true if A is a numeric array and false otherwise. ... Examples These examples show the values isnumeric returns when passed specific types: % pi returns a numeric value isnumeric(pi) ans = 1 % Complex numbers are numeric isnum
www.mathworks.com |