Unrecognized function or variable 'importONNXFunction'.
显示 更早的评论
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?
回答(1 个)
Chunru
2021-9-4
0 个投票
try "which importONNXFunction" to see if it is installed. (It could be a supported package you have not installed).
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!