[Scilab-users] "msprintf" in the NIghty build of Scilab 6.0 fails

Samuel Gougeon sgougeon at free.fr
Sun Oct 25 15:12:06 CET 2015


Hello,

msprint() is designed to work row-wise => inputs must be columns:

x=[1:10].';
msprintf("%.1f%%\n", x)

But there is actually a bug with 6.0-a1, when "%%" is used in the 
format. It is now reported here: http://bugzilla.scilab.org/14221

Regards
Samuel Gougeon




More information about the users mailing list