For deep learning, the simulation target language must be set to C++? I believe that I have set it properly.

조회 수: 25 (최근 30일)
When I tried to run the model form https://www.mathworks.com/help/releases/R2021a/supportpkg/android/ref/detect-and-track-objects-using-deep-learning-on-android-device.html, a deep learning model on android device, the diagnostic viewer kept prompting that "For deep learning, the simulation target language must be set to C++.", but I do set it. What is the wrong with it?

답변 (1개)

Sutanu Maiti
Sutanu Maiti 2021년 8월 5일
Please set it as shown in below image:
(You also search by "SimTargetLang" on the search bar at the top of config set..)
  댓글 수: 1
Sutanu Maiti
Sutanu Maiti 2021년 12월 13일
If you still observe this error even after setting "SImulation Target" to C++, then please ensure MEX is configured for C++ language compilation. To do that please execute below command in MATLAB and follow on screen instructions:
>> mex -setup C++

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

카테고리

Help CenterFile Exchange에서 Android Devices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by