当前位置: 首页 > news >正文

MATLAB R2024a 主要更新内容

系列文章目录


前言


一、主要更新

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

Major Updates

  • Computer Vision Toolbox – Design algorithms, label data, and generate code for 2D and 3D vision tasks.
  • Deep Learning Toolbox – Support architectures such as transformers; import and co-simulate PyTorch and TensorFlow models.
  • Instrument Control Toolbox – Use the Instrument Explorer app to manage devices with IVI and VXIplug&play drivers without writing code.
  • Satellite Communications Toolbox – Model scenarios and perform visibility and communications link analyses on them.

二、发布亮点

2.1 MATLAB

  • 编辑器拼写检查程序: 检查 MATLAB 代码文件中文本和注释的拼写。
  • 本地函数 在脚本和实时脚本中的任意位置定义函数。
  • Python 接口 在 MATLAB 表格和 Python Pandas DataFrames 之间进行转换。
  • MATLAB Vault 中的秘密 删除代码中的敏感信息
  • ode 对象 使用 SUNDIALS 求解器求解 ODE 并执行敏感性分析。

2.2 Simulink

  • 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

  • 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.
http://www.lryc.cn/news/307429.html

相关文章:

  • 4.1.CVAT——目标检测的标注详细步骤
  • 图论-算法题
  • onnx 1.16 doc学习笔记七:python API一览
  • LACP——链路聚合控制协议
  • 终端启动jupyter notebook更换端口
  • IT发布管理,轻松部署软件
  • 2024国际生物发酵展览会独家解读-力诺天晟科技
  • YOLOv9尝鲜测试五分钟极简配置
  • 消息中间件篇之Kafka-消息不丢失
  • Rust使用calamine读取excel文件,Rust使用rust_xlsxwriter写入excel文件
  • 中文文本分类(pytorch 实现)
  • 【每日前端面经】2023-02-27
  • springboot + easyRules 搭建规则引擎服务
  • Mac电脑配置环境变量
  • Windows系统x86机器安装(麒麟、统信)ARM系统详细教程
  • 消息中间件篇之RabbitMQ-高可用机制
  • express+mysql+vue,从零搭建一个商城管理系统5--用户注册
  • canvas水波纹效果,jquery鼠标水波纹插件
  • Zookeeper客户端命令、JAVA API、监听原理、写数据原理以及案例
  • [嵌入式系统-34]:RT-Thread -19- 新手指南:RT-Thread标准版系统架构
  • postman访问k8s api
  • UE4c++ ConvertActorsToStaticMesh
  • Qt中tableView控件的使用
  • 【医学影像】LIDC-IDRI数据集的无痛制作
  • MacOS开发环境搭建详解
  • 全量知识系统问题及SmartChat给出的答复 之2
  • 嵌入式驱动学习第一周——vim的使用
  • loop_list单向循环列表
  • Python爬虫实战第二例【二】
  • Eclipse是如何创建web project项目的?