Feeds
질문
A PUZZLING QUESTION: Does Matlab's Mex file support external inputs and outputs?
Hi, I would like to ask if Mex (Fortran) files are able to use Fortran's OPEN/CLOSE/WRITE/READ from files command? If yes, ho...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
Come come. Mex File error running.
Hi, I've been stuck on this mexfunction(fortran) for quite a while. I can compile the fortran source into a mex file but I ca...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
Same Same But Different? mxGetPr and mxGetData...
What is the difference between *mxGetPr* and *mxGetData* ? From what I understand, they both assign a pointer to the first real ...
11년 초과 전 | 답변 수: 1 | 1
1
답변질문
****The mex file with a different prhs****
Hi, I have a compiled mex file that gives rubbish results. After some detective work, I realised that the computational subro...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
Mex files crashes when run
Hi. I have written and compiled a mex file from a Fortran source code. However, I have problems running it as Matlab crashes whe...
11년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Use Fortran DLL in Matlab which has no header .h file
@James: Thank you for your reply. The function is actually a subroutine. It has two outputs of type real. It also has twelve ...
Use Fortran DLL in Matlab which has no header .h file
@James: Thank you for your reply. The function is actually a subroutine. It has two outputs of type real. It also has twelve ...
11년 초과 전 | 0
답변 있음
mex cannot find gfortran compiler (Mac OS)
Upon setenv('PATH', [getenv('PATH') ':/usr/local/bin']); I managed to successfully compile timestwo.F However I got an err...
mex cannot find gfortran compiler (Mac OS)
Upon setenv('PATH', [getenv('PATH') ':/usr/local/bin']); I managed to successfully compile timestwo.F However I got an err...
11년 초과 전 | 0
답변 있음
Use Fortran DLL in Matlab which has no header .h file
Hi Sinan, I am facing the same problem, where I don't have the header file for a fortran dll. I have tried writing my own hea...
Use Fortran DLL in Matlab which has no header .h file
Hi Sinan, I am facing the same problem, where I don't have the header file for a fortran dll. I have tried writing my own hea...
11년 초과 전 | 0
질문
How to run .dll without .h files
Hi, I have been given a .dll without a .h file. I have tried writing my own headers according to the solutions which were ...
11년 초과 전 | 답변 수: 0 | 0

