A string of blanks
blanks
No equivalent
There is no Scilab equivalent function for Matlab box but it can be easyly replaced by Scilab equivalent instructions.
A = ['xxx' blanks(20) 'yyy'];
A = "xxx"+part(" ",ones(1,20))+"yyy";