photo

Zhong Hao


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
3 个回答

排名
20,025
of 300,953

声誉
2

贡献数
6 个提问
3 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 21,123

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,946

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • First Answer

查看徽章

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

11 years 前 | 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...

11 years 前 | 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...

11 years 前 | 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 years 前 | 0 个回答 | 0

0

个回答