help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mkoctfile and Fortran


From: Tatsuro MATSUOKA
Subject: Re: Mkoctfile and Fortran
Date: Mon, 20 Feb 2012 07:43:20 +0900 (JST)

Hello

http://www.gnu.org/software/octave/doc/interpreter/Calling-External-Code-from-Oct_002dFiles.html

Hope the above helps

Regards

Tatsuro

--- On Mon, 2012/2/20, Thomas D. Dean > wrote:

> I have a very large fortran applicaton, 17,688 lines, I frequently use with 
> octave 3.4.3.
> 
> I do
> 
>   fortran-application < infile > tmpfile | perl-script > outfile
> 
> Then, in octave, I load outfile...
> 
> I want to convert the fortran application to an oct file so I can avoid the 
> middle steps.  Also, I often change the amount of data I extract from 
> tmpfile, so I plan to convert the fortran application to return all output to 
> octave.
> 
> I have created a couple simple oct files from C++.
> 
> I havn't the faintest idea of how to approach this from fortran.
> 
> Is an example available?  I looked at the source, but, see nothing there that 
> helps.
> 
> Tom Dean
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]