I had converted a MATLAB .m file into a exe file and had call it from php. But the execution time is veryy slow. So, now I am thinking of converting the matlab file into C.
Can I call the converted C file from PHP extension?
Do I need to first convert the matlab program into C and then call it from the php extension or I should convert the matlab program in C in PHP itself?
Will the execution time will be faster than before or will be the same?