Hi I am trying to run a matlab script.(This script you can run from the command line by command 'matlab -r scriptname').
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..
I am doing like
[code=php]
<?php
echo exec(' matlab -r scriptname');
?>
[/code]
[Please use CODE tags when posting source code. Thanks! --pbmods]
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..
I am doing like
[code=php]
<?php
echo exec(' matlab -r scriptname');
?>
[/code]
[Please use CODE tags when posting source code. Thanks! --pbmods]
Comment