How to open .mexw64 file with Matlab?

386 ビュー (過去 30 日間)
Keke Zu
Keke Zu 2018 年 7 月 11 日
編集済み: antlhem 2020 年 7 月 31 日
Hi, I would like to know how to open .mexw64 file with Matlab?
  2 件のコメント
Jan
Jan 2018 年 7 月 11 日
Please do not close questions, which got an answer already.
mahdi
mahdi 2020 年 6 月 9 日
Hey Jan
I have a problem with 'mex' file and would like to open it to fix if possible! .. Ill apperciate you if give me a tip ....
I donwlod mexcgns/cgns4m files from https://github.com/meshkit/cgns4m/archive/master.tar.gz. after Run you will see :
MEX completed successfully.
Invalid MEX-file
'C:\Users\mehgab\Desktop\cgns4m-master\cgns4m-master\cgnslib_mex.mexw64':
Missing symbol 'H5P_CLS_FILE_ACCESS_ID_g' in 'C:\Program
Files\MATLAB\R2018b/bin/win64\hdf5.dll' required by
'C:\Users\mehgab\Desktop\cgns4m-master\cgns4m-master\cgnslib_mex.mexw64'

サインインしてコメントする。

回答 (2 件)

Jan
Jan 2018 年 7 月 11 日
You do not "open" such a file, because it is a compiled function. You call it exactly as any other Matlab function.
Why do you want to "open" the file?
  2 件のコメント
antlhem
antlhem 2018 年 7 月 11 日
編集済み: Jan 2018 年 7 月 12 日
Hi Jan, do you know how to use a variable input for a MEX file function. I have posted my question here: https://uk.mathworks.com/matlabcentral/answers/408136-ho-to-use-a-dynamic-array-in-a-mex-file-function
I hope you could help me.
Jan
Jan 2018 年 7 月 12 日
This means, that you are working with codegen and do not write the C-Mex function manually.

サインインしてコメントする。


Maria
Maria 2020 年 7 月 31 日
編集済み: Maria 2020 年 7 月 31 日
Hi,
maybe I can help you, because I came across this post when looking for "how to open a mex file". Now I understood that is a compiled function (thanks Jan), but I still wanted to double check the underslying .m file where this function was created from.
My mex file was created by using the Matlab coder. I created it from a .m file. Matlab generated automatically a folder named "codegen", and inside this there is a folder named "mex". In this folder, I can find the folder that has the same name as my original Matlab file. Inside this folder, I see the "html" folder and there, finally, I find the report.mldatx. In this report, I can double-check the original .m function associated to the compiled mex file.
Hope this helps!
BR
Maria
  1 件のコメント
antlhem
antlhem 2020 年 7 月 31 日
編集済み: antlhem 2020 年 7 月 31 日
Hi Maria, in the following link you can see how I organised my files in order to use a mex file function. I hope this contributes as well. https://uk.mathworks.com/matlabcentral/answers/408136-ho-to-use-a-dynamic-array-in-a-mex-file-function?s_tid=prof_contriblnk

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMATLAB Compiler についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by