Community Profile

photo

Zhong Hao


Active since 2014

Statistics

  • Thankful Level 1
  • First Answer

View badges

Content Feed

View by

Question


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...

10 years ago | 1 answer | 0

1

answer

Question


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...

10 years ago | 1 answer | 0

1

answer

Question


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 ...

10 years ago | 1 answer | 1

1

answer

Question


****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...

10 years ago | 1 answer | 0

1

answer

Question


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...

10 years ago | 1 answer | 0

1

answer

Answered
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 ...

10 years ago | 0

Answered
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...

10 years ago | 0

Answered
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...

10 years ago | 0

Question


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 ...

10 years ago | 0 answers | 0

0

answers