how do i Use matlab written scripts and C++ written scripts in php?
i have the matlab and C++ script, they return values which i wish to display on my website with php
the only way i know is to rewrite the whole matlab script and C++ into php form which is very tedious
is there anyway to do this?