C++ Code Generation Fails

조회 수: 6 (최근 30일)
Muhammad Ali Qadar
Muhammad Ali Qadar 2015년 1월 20일
댓글: Ryan Livingston 2015년 1월 28일
Hello,
I am trying to generate code as given in the following example. Cell Detection Example , its showing me following code readiness issues.
All of the matlab function are not supported for me why? I am using Matlab2013a and C++ SDK 7.1 on 64 bit OS. I have chosen my from listing
Select a compiler: [1] Microsoft Software Development Kit (SDK) 7.1 in C:\Program Files (x86)\Microsoft Visual Studio 10.0
[0] None
Please any Suggestions!!
Thanks a lot.

답변 (1개)

Honglei Chen
Honglei Chen 2015년 1월 20일
편집: Honglei Chen 2015년 1월 20일
What release are you using? The support varies from release to release. In the latest release, all these functions are supported except imshow (see below). But if you are generating c++ code, do you really need imshow ?
  댓글 수: 4
Muhammad Ali Qadar
Muhammad Ali Qadar 2015년 1월 28일
Thanks Ryan Livingston,
Can you tell me any working example for Calling Matlab Functions from DLLs generated using MCC in C++ in image processing?
Ryan Livingston
Ryan Livingston 2015년 1월 28일
I'm not aware of a demo that shows using image processing functions from MATLAB Compiler, but there may be one.
However, the section Shared Libraries on the MATLAB Compiler documentation page contains an example to get started calling shared libraries.
There is a C++-specific example as well that should prove useful.

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

카테고리

Help CenterFile Exchange에서 C Shared Library Integration에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by