[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Old fortran MEX file
From: |
Alberto Luaces |
Subject: |
Re: Old fortran MEX file |
Date: |
Wed, 08 Feb 2017 18:16:44 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Lars Johansson writes:
> Hi,
>
> I found an old mex routine, written in fortran, that that extracts
> fatigue load cycles from time series. I believe that it used to work
> with matlab on windows and some linux/unix platform.
>
> My plan is now to try to get it up running again in Octave. While
> searching the internet for related info, I would very much appreciate
> any useful input, ideas, suggestions ........
>
Hi, Lars. I would start with the mkoctfile utility, which seems able to
cope with mex code directly:
https://www.gnu.org/software/octave/doc/interpreter/Mex_002dFiles.html#Mex_002dFiles
--
Alberto