MatRPC Tester"); printf("
This utility tests whether MatRPC is communicating propoerly with the web interfaces.
");
printf("It will send a simple command (printed below) to MatRPC. If matrpc is working properly,
");
printf("you should see the appropriate result from Matlab.
Sending command \"$matrpc_command\" to MatRPC
"); $message_receive = matrpc_message($matrpc_command); print("Received \"$message_receive\"
"); matrpc_message($CTRL_TERMINATE_MATLAB_SESSION); ?>