<< mtlb_t Compatible fonctions mtlb_tril >>

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

mtlb_toeplitz

Matlab toeplitz emulation function

Description

Matlab and Scilab toeplitz behave differently in some particular cases:

The function mtlb_toeplitz(c[,r]) is used by mfile2sci to replace toeplitz(c[,r]) when it was not possible to know what were the operands/inputs[CUSTOM] 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_toeplitz calls:

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


Report an issue
<< mtlb_t Compatible fonctions mtlb_tril >>