How to run a Fortran program within GNU Octave?
问题 I want to run a Fortran program within Octave. I would like to do this for automation purposes and use Octave for all the data processing. Is it possible to run a Fortran program from octave using cygwin, if so, could you provide me some pointers along that direction? Moreover, I have a gfortran compiler installed in my system, Is there a way I could make use of it to complete my task mentioned above? Furthermore, I tried to use mex to perform the same: mckoctfile --mex HelloWorld.f I got the