A string of blanks
Matlab Scilab
`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";
Enter search terms or a module, class or function name.