Maila
Electrical
- May 29, 2001
- 1
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 MATLAB(output);
output=function C(result);
}
I hope to be clear; thank you for your kind answers!
Example:
output=0;
for(i=0;i<3;i++)
{
result=call to function MATLAB(output);
output=function C(result);
}
I hope to be clear; thank you for your kind answers!