<< Utilities Utilities display >>

Scilab Scholar module for schools >> Utilities > Scholar

Scholar

loads or unloads the Scholar module for high schools

Scholar(b)

Arguments

b

%T (for true) or %F (for false)

Description

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 :

When the Scholar module for schools is unloaded for high schools, Scilab returns to its default mode of operation.

Examples

Scholar(%T)
1/0
%pi
x=linspace(-%pi,%pi,100); function y=f(x); y=sin(x); endfunction;
plot(x,f)
Scholar(%F)
1/0
%pi
x=linspace(-%pi,%pi,100); function y=f(x); y=sin(x); endfunction;
plot(x,f)
<< Utilities Utilities display >>