dpb
Posts:
9,850
Registered:
6/7/07
|
|
Re: How to run exe. file from matlab without mannually entering the input
Posted:
Mar 12, 2014 9:42 AM
|
|
On 3/12/2014 4:46 AM, Lorenzo wrote: ...
> Following your advices, I wrote a input.txt files containing: > " > 1 > file > 0 > ..." ...
> but I received the error "forrtl: severe (24): end-of-file during read, ...
Because you didn't include the newline on the last line of input as shown above.
> " > 1 > file > 0 > ... "
--
|
|