Error : 'openssl' is not recognized as an internal or external command, operable program or batch file.- while compiling simulink model.
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
I got below error while compiling simulink model which internally calls cpp file.
Making simulation target "detectFatigue_simulink_sfun", ...
'openssl' is not recognized as an internal or external command, operable program or batch file. Component: Make | Category: Make error Unable to create mex function 'detectFatigue_simulink_sfun.mexw64' required for simulation. Component: Simulink | Category: Model error
code snippet: function y = fcn(R,G,B) %#codegen % img = cat(3,R,G,B); img = cat(3,R,G,B); y=0; y = coder.ceval('detectFatigue',img);
Can someone help plz.
댓글 수: 1
Walter Roberson
2017년 4월 10일
Duplicated by later https://www.mathworks.com/matlabcentral/answers/334538-error-openssl-is-not-recognized-as-an-internal-or-external-command-operable-program-or-batch-f
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!