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

