hi, I want to call matlab from php (I using exec function in php)
<?PHP
echo exec('matlab -r 5*5');
?>
But when I use this command inside a system or exec I don't get any output, nor does the matlab opens and executes as it does in case of command line..