<< mtlb_cumsum Compatible fonctions mtlb_delete >>

Scilab Help >> Code Matlab => Scilab > Compatible fonctions > mtlb_dec2hex

mtlb_dec2hex

Matlab dec2hex emulation function

Description

Matlab and Scilab dec2hex behave differently in some particular cases:

The function mtlb_dec2hex(D[,N]) is used by mfile2sci to replace dec2hex(D[,N]) when it was not possible to know what were the inputs while porting Matlab code to Scilab. This function will determine the correct semantic at run time. If you want to have a more efficient code it is possible to replace mtlb_dec2hex calls:

Caution: mtlb_dec2hex has not to be used for hand coded functions.


Report an issue
<< mtlb_cumsum Compatible fonctions mtlb_delete >>