Go to the first, previous, next, last section, table of contents.


ox_launch, ox_launch_nox, ox_shutdown

ox_launch([host[,dir],command])
ox_launch_nox([host[,dir],command])
:: Initialize OpenXM servers.
ox_shutdown(id)
:: Terminates OpenXM servers.
return
integer
host
string or 0
dir command
string
id
integer
[219] ox_launch();
0
[220] ox_rpc(0,"fctr",x^10-y^10);      
0
[221] ox_pop_local(0);
[[1,1],[x^4+y*x^3+y^2*x^2+y^3*x+y^4,1],
[x^4-y*x^3+y^2*x^2-y^3*x+y^4,1],[x-y,1],[x+y,1]]
[222] ox_shutdown(0);    
0
References
section ox_rpc, ox_cmo_rpc, ox_execute_string, section ox_pop_cmo, ox_pop_local, section ifplot, conplot, plot, polarplot, plotover


Go to the first, previous, next, last section, table of contents.