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!