MATLAB R2024a 主要更新内容

系列文章目录


前言


一、主要更新

  • 计算机视觉工具箱 ------ 为二维和三维视觉任务设计算法、标注数据并生成代码。
  • 深度学习工具箱 ------ 支持变换器等架构;导入并共同模拟 PyTorch 和 TensorFlow 模型。
  • 仪器控制工具箱 ------ 使用仪器资源管理器应用程序管理带有 IVI 和 VXIplug&play 驱动程序的设备,无需编写代码。
  • 卫星通信工具箱 ------ 建立场景模型,并对其进行可见性和通信链路分析。

Major Updates

二、发布亮点

2.1 MATLAB

  • 编辑器拼写检查程序: 检查 MATLAB 代码文件中文本和注释的拼写。
  • 本地函数 在脚本和实时脚本中的任意位置定义函数。
  • Python 接口 在 MATLAB 表格和 Python Pandas DataFrames 之间进行转换。
  • MATLAB Vault 中的秘密 删除代码中的敏感信息
  • ode 对象 使用 SUNDIALS 求解器求解 ODE 并执行敏感性分析。
  • Simulink 编辑器: 移动和调整块的大小,无需弯曲短而直的信号线。
  • Simulink 编辑器 将 Goto 和 From 块转换为信号线。
  • 仿真对象 控制脚本仿真的执行并调整参数值。
  • MATLAB 应用程序:使用 MATLAB 应用程序设计器,交互式创建与 Simulink 模型接口的自定义应用程序。

Release Highlights

MATLAB

  • Editor Spell Checker: Check spelling in text and comments in MATLAB code files.
  • Local Functions: Define functions anywhere in scripts and live scripts.
  • Python Interface: Convert between MATLAB tables and Python Pandas DataFrames.
  • Secrets in MATLAB Vault: Remove sensitive information from code.
  • ode Object: Solve ODEs and perform sensitivity analysis using SUNDIALS solvers.
  • Simulink Editor: Move and resize blocks without bending short, straight signal lines.
  • Simulink Editor: Convert Goto and From blocks to signal lines.
  • Simulation Object: Control the execution and tune parameter values of scripted simulations.
  • MATLAB Apps: Interactively build a custom app that interfaces with a Simulink model using MATLAB App Designer.
相关推荐
Lizhihao_12 分钟前
JAVA-队列
java·开发语言
denghai邓海12 分钟前
红黑树删除之向上调整
python·b+树
林开落L30 分钟前
前缀和算法习题篇(上)
c++·算法·leetcode
远望清一色31 分钟前
基于MATLAB边缘检测博文
开发语言·算法·matlab
千天夜32 分钟前
激活函数解析:神经网络背后的“驱动力”
人工智能·深度学习·神经网络
封步宇AIGC38 分钟前
量化交易系统开发-实时行情自动化交易-3.4.1.2.A股交易数据
人工智能·python·机器学习·数据挖掘
何曾参静谧39 分钟前
「Py」Python基础篇 之 Python都可以做哪些自动化?
开发语言·python·自动化
m0_5236742140 分钟前
技术前沿:从强化学习到Prompt Engineering,业务流程管理的创新之路
人工智能·深度学习·目标检测·机器学习·语言模型·自然语言处理·数据挖掘
Prejudices43 分钟前
C++如何调用Python脚本
开发语言·c++·python
单音GG1 小时前
推荐一个基于协程的C++(lua)游戏服务器
服务器·c++·游戏·lua