Can i generate MEX File from 32bit C source code using codegen?
조회 수: 2 (최근 30일)
이전 댓글 표시
hi,
I have a 32 bit C code that i want to use in new versions of MATLAB(64BIT)
can i compile a 64bit mex from a 32 bit C Code using codegen?
(i cant touch the c code)
i seen there is a flag in the mex function -compatibleArrayDims that might help but is absent from codegen. is there some altarnative to use that flag in codegen? and is it relevant anyway?
best,
alex
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Algorithm Acceleration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!