convert RT_invcdf.c
이전 댓글 표시
Please, how to convert the file ''RT_invcdf.c'' which run perfectly in Windows 32bits in order to use it with Matlab and win7 64bits?
댓글 수: 5
Walter Roberson
2016년 10월 19일
What is it? Where did you get it from?
The only place I find it is a software site known for having software of less than legal status.
James Tursa
2016년 10월 19일
편집: James Tursa
2016년 10월 19일
In general there is no magic conversion code that you can use for this. Sometimes the conversion is easy (converting a few macro definitions up front) and sometimes it is hard (going through the code line by line and looking for hard-coded definitions that need to be changed). It all depends on the code you are trying to convert. Often there are int's that need to be converted to size_t's or mwSize's or mwIndex's, and maybe function prototypes need to be changed, etc.
James Tursa
2016년 10월 19일
You need to edit the source code and then re-compile. There is no way to edit the dll file.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Programming에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!