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.

Antworten (1)

Honglei Chen
Honglei Chen am 20 Jan. 2015
Bearbeitet: Honglei Chen am 20 Jan. 2015

1 Stimme

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 Kommentare

Muhammad Ali Qadar
Muhammad Ali Qadar am 21 Jan. 2015
Hello,
I am using matlab 2013a. I don't need imshow. So you mean I have to install Matlab 2014b?
Ryan Livingston
Ryan Livingston am 21 Jan. 2015
You can check the release notes under the heading MATLAB Function Blocks to see when code generation support was added for the functions of interest.
The release notes show that edge, imerode, imdilate were added in R2014a and imclearborder was added in R2014b.
Muhammad Ali Qadar
Muhammad Ali Qadar am 28 Jan. 2015
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 am 28 Jan. 2015
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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Produkte

Gefragt:

am 20 Jan. 2015

Kommentiert:

am 28 Jan. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by