<< mod (Matlab function) M N >>

Scilab Help >> Code Matlab => Scilab > Equivalences Matlab -> Scilab > M > more (Matlab function)

more (Matlab function)

Display Command Window output one screenful at a time

Matlab/Scilab equivalent

Matlab Scilab
more off
more on
more(30)
pageSize = more('on')
lines(0)
lines(60)
lines(30)
pageSize = line()(2)

Particular cases

Scilab does not allow to switch the paging off without clearing the paging's length.


Report an issue
<< mod (Matlab function) M N >>