Hello, i try to execute a .m file using PHP
i wanted to count the number of jpg files in the directory but PHP was unable to detect it.
the PHP script:
<?php
execute('start /b matlab -nosplash -nodesktop -r readfilename');
?>
where readfilename is the name of the m file (readfilename.m )
the m file:
files=dir('*.jp g');
for i=1:numel(files )...
User Profile
Collapse
-
PHP problem with nume1(files) in matlab
-
bulk insert help needed!
Hi all, I'm new to this forum...
I'm trying to let sql store data from a text file, but the data won't display...
what am i missing here? Your help is greatly appreciated.
create table
<?php
$con = mysql_connect(" localhost","roo t","password ");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}// Create database
if (mysql_query("C REATE...
No activity results to display
Show More