I'd like to know how my "file.m" could be useful in a C program; the file.m should return a "file.txt" a number of times equal to a defined value in a "for" loop in the C code.
Example:
output=0;
for(i=0;i<3;i++)
{
result=call to function...