Unrecognized function or variable 'importONNXFunction'.
조회 수: 1 (최근 30일)
이전 댓글 표시
I am using version r2021a and testing import onnx model, and came across the error: Unrecognized function or variable 'importONNXFunction'.
but I find that 'importONNXFunction' function has been introduced in version 2020.
why it is not found in r2021?
댓글 수: 0
답변 (1개)
Chunru
2021년 9월 4일
try "which importONNXFunction" to see if it is installed. (It could be a supported package you have not installed).
댓글 수: 2
Chunru
2021년 9월 4일
The supported packages can be installed in a different place, depending on the individual setting. I am able to find the file by:
which importONNXFunction
참고 항목
카테고리
Help Center 및 File 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!