Borrar filtros
Borrar filtros

Fortran code in Matlab

1 visualización (últimos 30 días)
afaq ahmad
afaq ahmad el 2 de Nov. de 2021
Comentada: afaq ahmad el 5 de Nov. de 2021
I need to ivoke the Fortan code in Simulink. For that I have written a C mex file to link the Fortran code
with S funtion block. Initially, everything worked just fine: I would compile the Fortran code using the following command
mex -c txtfile.f
Where txtfile.f is the Fortran code which I want in Matlab
After that,I would link Fortran with c mex file by following command:
mex txtfile.obj txtmex.c
Everything worked like a charm,but one day my Matlab crashed for some unknown reason and when I restarted and tried linking the Fortran with C mex using following command
mex txtfile.obj txtmex.c
I get the error:
Error using mex
LINK : fatal error LNK1104: cannot open file 'ifconsol.lib'
I cant work around that problem,any help would be much appreciated.
Thanks
PS I am using Intel Parallel Studio XE 2015 for Fortran with Microsoft Visual Studio 2015 with
Matlab 2018a.

Respuesta aceptada

Yongjian Feng
Yongjian Feng el 2 de Nov. de 2021
Looks like VS has trouble to find the lib.
https://community.intel.com/t5/Intel-Fortran-Compiler/cannot-open-file-ifconsol-lib/td-p/912444
  1 comentario
afaq ahmad
afaq ahmad el 5 de Nov. de 2021
Uninstalling and reinstalling VS has appeared to have solved the problem.
Thanks

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB Compiler en Help Center y File Exchange.

Productos


Versión

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by