Unable to create mex file from C code in matlab 2021a
10 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I tried to generate mex file using mex filename.c , but it gives me an error saying data types redefined in tmwtypes.h and rtwtypes.h.
(error: conflicting types for 'byte_T')
Could you please tell me how to solve this,
PS: I included #include "mex.h" in the C code
Thanks,
Maria
1 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler SDK についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!