Scilab 5.3.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
hex2dec
conversion from hexadecimal representation to integers
Calling Sequence
d=hex2dec(h)
Arguments
- d
matrix of integers
- h
matrix of character strings corresponding to hexadecimal representation
Description
hex2dec(x)
returns the matrix of numbers
corresponding to the hexadecimal representation.
Examples
hex2dec(['ABC','0','A'])
<< dec2oct | Integer representation | oct2dec >> |