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.
相关推荐
星核0penstarry2 分钟前
DeepSeek-V4-Flash 正式公测:大模型行业进入「极速平价普惠时代」
java·开发语言·人工智能
qq_22589174663 分钟前
基于Python的中药药材数据可视化分析系统
python·机器学习·数据分析·django
老洋葱Mr_Onion4 分钟前
【C++】高精度模板
开发语言·c++·算法
卷无止境25 分钟前
LangExtract:让LLM从杂乱文本中"抠"出结构化数据的开源工具
后端·python
脚踏实地皮皮晨30 分钟前
003003002_WPF Grid 基类官方类定义逐行深度解析
开发语言·windows·算法·c#·wpf·visual studio
栈溢出的浪漫30 分钟前
码界领航:Python拓界-机器学习Web跨平台
python·机器学习·跨平台·web开发·个人项目
xieliyu.31 分钟前
Java 线程池入门详解:线程池基础定义 + ThreadPoolExecutor 全参构造方法逐参数解析
java·开发语言·idea·javaee
一条泥憨鱼33 分钟前
【从0开始学习计算机网络】| HTTP方法疑点解析
开发语言·计算机网络·http
卷无止境36 分钟前
软件复杂度:那些让代码变得难以理解的东西,到底能不能量化?
后端·python
我不是懒洋洋1 小时前
从零实现一个分布式计算:MapReduce的核心设计
c++