loads or unloads the Scholar module for high schools
Scholar(b)
%T (for true) or %F (for false)
Scholar(%T)
loads the Scholar module for schools and
Scholar(%F)
unloads it. When the Scholar module for schools is loaded the following actions
are executed :
The Scholar menu appears in the tool bar.
Scilab changes the IEEE mode for exception : the exceptions produce
Inf
or Nan
. For example executing 1/0
gives
Inf
instead of an error.
Numbers are displayed with 16 characters instead of 10.
The axes on a graph pass through (0,0) and there is no border around the plot.
Redefining a function previously defined does not display a warning.
When the Scholar module for schools is unloaded for high schools, Scilab returns to its default mode of operation.