필터 지우기
필터 지우기

Matlab run_functional test r2022a is failing with "unrecognized function or variable 'ippl'"

조회 수: 13 (최근 30일)
Matlab test suite r2021b is passing but when we run r2022a, run_functional.m fails almost immediately with the error message in the Summary. Here is the code where the issue is found at the beginning of run_functional.
%% Show info about IPP
[isIPPOn, ippVersion] = ippl; disp('IPP enabled: '); disp(isIPPOn); disp('IPP version:'); disp(ippVersion);
Has the function ippl been replaced by another function to detect the presence of Intel® Integrated Performance Primitives on the test system?
  댓글 수: 3
Paul
Paul 2024년 7월 30일 14:30
Thanks for all the feedback, my issue is resolved for now.

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

채택된 답변

SACHIN KHANDELWAL
SACHIN KHANDELWAL 2024년 7월 30일 4:35
Hi @Paul,
It seems that you have not licensed the Image Processing Toolbox for the current MATLAB version. You may want to check the products that are licensed. You can use the following MATLAB command:
>> ver -support
After running the above command, you will see the products associated with the license.
Additionally, you can use the "license" function to list the features checked out in the current MATLAB session.
>> license('inuse')
Refer the following MathWorks documentation to learn more about the "license" function : https://www.mathworks.com/help/matlab/ref/license.html
Hope it helps!

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by