필터 지우기
필터 지우기

Why do I receive Coder Extrinsic undefined function error on Simulink function block?

조회 수: 2 (최근 30일)
I am trying to compile a python function written in python 3.6 in a simulink function block using coder extrinsic. However, I have been having two very wierd issues:
  1. In many cases, the matlab gives an error that function "py.A1.test1" is undefined for the type double, which they are not and are in the same folder as the simulink model.
  2. When I can get it to work on very simple python functions like adding inputs, when I try to change the python function (while keeping the same names for python files and function) and re-run the simulation that calls the python function, it uses the old (previous version) of the python function rather than the updated one.
Are these two bugs in the model or I am missing something as I receive similar errors in 2019 and 2020a versions. The exact error messages are as following:
Undefined function 'py.A1.test2' for input arguments of type 'double'. Error in 'abdaasdasd/MATLAB Function' (line 4) out = py.A1.test2(in1,in2);
Component:Simulink | Category:Model error
An error occurred while running the simulation and the simulation was terminated
Caused by:
  • Simulation stopped because of a runtime error.
Component:Simulink | Category:Block error
  댓글 수: 2
Monika Phadnis
Monika Phadnis 2020년 5월 13일
You can check this documentation link for the second query you mentioned.
It is for reloading modified python modules.
Hope this helps.
Chandni S Vijay
Chandni S Vijay 2023년 1월 4일
I'm also facing the same issue as mentioned in point 1. If resolved could you provide the solution?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Python Package Integration에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by