XploRe
CGI Interface
The CGI interface allows to send XploRe
commands to our customer server. The commands are executed and the results
are sent back. The server doesn't hold contents of objects sent before.
Any previous variables are unknown in following compuations. Due to the
CGI technology there is no graphics possible.
Examples
x = 1:10 // generates a vector containing 1,...,10
x = normal (100,3) // generates normal distributed random numbers
x'*x - mean(x)*mean(x)' // computes the covariance