matlab的工具箱问题

조회 수: 79 (최근 30일)
lu
lu 2024년 7월 21일
답변: Esther 2025년 7월 28일
我安装的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
Sathvik
Sathvik 2024년 7월 29일
The Deep Learning Toolbox is installed on your system. The matlab.addons.toolbox.installedToolboxes does not return information about MathWorks toolboxes as described here:
嘉颖
嘉颖 2025년 7월 2일
请问解决了吗

댓글을 달려면 로그인하십시오.

답변 (1개)

Esther
Esther 2025년 7월 28일
请使用 ver 命令来检查安装了哪些 MATLAB 产品:ver - 版本信息 - MATLAB

카테고리

Help CenterFile Exchange에서 MATLAB 快速入门에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!