All the posts I see about using MatLab in a 32bit app say that the 32bit version of MatLab must be installed. But I received an email stating that 32bit MatLab would no longer be available. Are there new APIs in the 64bit version that will work with a 32bit application?

답변 (2개)

Image Analyst
Image Analyst 2015년 5월 1일

0 개 추천

Why does that matter? In the future (next version) you will not be able to create a 32 bit app anyway. And the 64 bit apps, which are the only type you will be able to create, won't run on the 32 bit computers anyway. So why do you need a 64 bit api that will be called from a 64 bit compiled MATLAB application (which you will have created in the next version of MATLAB) that can't run on a 32 bit computer in the first place? It doesn't make sense.

댓글 수: 1

Image Analyst
Image Analyst 2015년 5월 1일
OK, so your "Answer" seems to indicate that there is a 32 bit application that was written in some different language than MATLAB. I think you should just try it and see when the time comes, or else call tech support. I've never tried that. But I would guess that you will need to recompile your 32 bit app to tell it to use the new MATLAB library, and that you might as well upgrade your other app to 64 bits also. Why stay stuck in the past?

댓글을 달려면 로그인하십시오.

Jennifer Normyle
Jennifer Normyle 2015년 5월 1일

0 개 추천

I have a 32 bit application that makes calls to MatLab APIs. My application cannot be converted to a 64bit application without a lot of work. I would like to be able to use this application and still make calls to MatLab APIs from within it.

카테고리

도움말 센터File Exchange에서 Get Started with MATLAB Compiler에 대해 자세히 알아보기

태그

질문:

2015년 5월 1일

댓글:

2015년 5월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by