isnumeric (Matlab function) - Determine if input is a numeric array (original) (raw)
Change language to:
Français - 日本語 - Português
Please note that the recommended version of Scilab is 2026.0.1. This page might be outdated.
See the recommended documentation of this function
Scilab help >> Matlab to Scilab Conversion Tips > Matlab-Scilab equivalents > I > isnumeric (Matlab function)
Determine if input is a numeric array
Matlab/Scilab equivalent
| Matlab | Scilab |
|---|---|
| isnumeric(A) | No equivalent |
Particular cases
There is no equivalent function for Matlab isnumeric function in Scilab but it can be emuled by: or(type(A)==[1 5 8]).
| << isnan (Matlab function) | I | ispc (Matlab function) >> |
|---|