& (Matlab operator) =================== Logical AND Matlab/Scilab equivalent ~~~~~~~~~~~~~~~~~~~~~~~~ **Matlab** **Scilab** :: & :: & Particular cases ~~~~~~~~~~~~~~~~ Due to the fact that strings or not considered in the same way in Matlab and in Scilab, results are not equal for string matrices, convert it to ascii code matrices using **m2scistr** to have the same result. **Scilab function has a bug!**