matlab的工具箱问题

我安装的matlab的版本是向matlab官方申请许可证的2024a的版本,由于我的代码希望使用matlab自带的Deep Learning Toolbox工具箱,并且我查看附加功能的时候也发现我已经安装了Deep Learning Toolbox的工具箱。但在命令行输入指令:
toolboxes = matlab.addons.toolbox.installedToolboxes;
struct2table(toolboxes)
输出结果为:
ans =
0×0 空 table
这是否可以认为是我没有安装工具箱的意思?
另外验证的时候,我还另外重启matlab,重新再命令行中输入:
version
ver('Deep Learning Toolbox')
这条指令的输出结果是:
ans = '24.1.0.2653294 (R2024a) Update 5' ------------------------------------------------------------------------------------------------ MATLAB 版本: 24.1.0.2653294 (R2024a) Update 5 MATLAB 许可证编号: 41218852 操作系统: Microsoft Windows 11 家庭中文版 Version 10.0 (Build 22631) Java 版本: Java 1.8.0_202-b08 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode ------------------------------------------------------------------------------------------------ 警告: 没有发现针对 'Deep Learning Toolbox' 具有正确格式的 Contents.m 文件 > 位置:ver
这是告诉我没有安装“Deep Learning Toolbox”这个工具箱的意思吗?
我实在十分疑惑,显示没有安装,但在附加功能中搜索我想要安装的工具箱时显示已经安装
感谢您的抽空阅读,如果您有解决方法,劳烦您告诉我,再次十分感谢您的阅读,希望得到您的回答!!!

2 commentaires

Sathvik
Sathvik le 29 Juil 2024
The Deep Learning Toolbox is installed on your system. The matlab.addons.toolbox.installedToolboxes does not return information about MathWorks toolboxes as described here:
嘉颖
嘉颖 le 2 Juil 2025
请问解决了吗

Connectez-vous pour commenter.

Réponses (1)

Esther
Esther le 28 Juil 2025

0 votes

请使用 ver 命令来检查安装了哪些 MATLAB 产品:ver - 版本信息 - MATLAB

Catégories

En savoir plus sur MATLAB 快速入门 dans Centre d'aide et File Exchange

Produits

Version

R2024a

Question posée :

lu
le 21 Juil 2024

Réponse apportée :

le 28 Juil 2025

Community Treasure Hunt

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

Start Hunting!