<< mtlb_all Compatible fonctions mtlb_axis >>

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

mtlb_any

Matlab any emulation function

Description

Matlab any and Scilab or behave differently in some particular cases:

The function R = mtlb_any(A[,dim]) is used by mfile2sci to replace any(A[,dim]) 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_any calls:

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

See also


Report an issue
<< mtlb_all Compatible fonctions mtlb_axis >>