I am facing an issue that is about Deep Learning HDL Toolbox is giving error that unrecognized field name is "connected" as mentioned in attached screenshots
2 次查看(过去 30 天)
显示 更早的评论

2 个评论
Vikram Venkatesh
2023-5-25
I am unable to reproduce this issue. Could you share more information: Which version of MATLAB are you using? And, which operating system are you using?
回答(1 个)
Sahas
2024-12-19
This error message occurs in MATLAB when trying to access a property name in a structure that does not have that field. It means that the hardware board you have selected might not be there supported in that MATLAB version.
The following workarounds might help resolve the issue:
- Confirm that the FPGA device you are trying to select is supported by the toolbox. Refer to this MathWorks documentation link for more information: https://www.mathworks.com/help/deep-learning-hdl/ug/supported-networks-layers-boards-and-tools.html
- Ensure that the version of MATLAB and the Deep Learning HDL Toolbox are compatible. Fields or functions may have been updated or changed in newer versions: https://www.mathworks.com/products/deep-learning-hdl.html
- There might be an issue with the configuration files for the FPGA devices, or tere might be some currupted files. The most effective solution is to reinstall MATLAB and the Toolbox.
- Ensure that MATLAB and the Toolbox path is set correctly. You can reset the path by using MATLAB's restoredefaultpath function in the command line and then adding your required paths again. Refer to the following MathWorks documentation: https://www.mathworks.com/help/matlab/ref/restoredefaultpath.html
I hope this is beneficial!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 FPGA, ASIC, and SoC Development 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!