Hello everybody,
I want to know if PHP supports Matlab and is that possible to do socket programming in PHP? This is what i would like to do.
At first, a program should be written that runs on two PCs, at least one of the PCs having Matlab installed. There should be a stand-alone user interface which is connected to the main program via network sockets, i.e. via the internal loopback
interface. The user can select files belonging to a project, specify a string giving the Matlab command for the desired function and give the names of the variables he wants to get back. Furthermore, IP-address of the desired remote machine, password and so on have to be input. If all inputs are done and given to the main program, this program connects to the
chosen remote entity and sends the files, commands and variables to it.
Will that be possible to do in PHP or should i go for java??
Thanks for all your comments and suggestions
I want to know if PHP supports Matlab and is that possible to do socket programming in PHP? This is what i would like to do.
At first, a program should be written that runs on two PCs, at least one of the PCs having Matlab installed. There should be a stand-alone user interface which is connected to the main program via network sockets, i.e. via the internal loopback
interface. The user can select files belonging to a project, specify a string giving the Matlab command for the desired function and give the names of the variables he wants to get back. Furthermore, IP-address of the desired remote machine, password and so on have to be input. If all inputs are done and given to the main program, this program connects to the
chosen remote entity and sends the files, commands and variables to it.
Will that be possible to do in PHP or should i go for java??
Thanks for all your comments and suggestions
Kommentar