matlab读取一系列地址,Vehicle Network Toolbox

The page you were looking for does not exist.

Use the search box or browse topics below to find the page you were looking for.

Vehicle Network Toolbox

Communicate with in-vehicle networks using CAN, J1939, and XCP

protocols

Vehicle Network Toolbox™ provides MATLAB® functions and Simulink® blocks for sending, receiving, encoding, and decoding CAN, CAN FD, J1939, and

XCP messages. The toolbox lets you identify and parse specific signals using

industry-standard CAN database files and then visualize the decoded signals using the CAN

Explorer and CAN FD Explorer apps. Using A2L description files, you can connect to an ECU

via XCP on CAN or Ethernet. You can access messages and measurement data stored in MDF

files.

The toolbox simplifies communication with in-vehicle networks and lets you monitor,

filter, and analyze live CAN bus data or log and record messages for later analysis and

replay. You can simulate message traffic on a virtual CAN bus or connect to a live network

or ECU. Vehicle Network Toolbox supports CAN interface devices from Vector, Kvaser, PEAK-System, and

NI®.

Learn the basics of Vehicle Network Toolbox

Vehicle network communication using CAN or CAN FD protocol

Vehicle network communication using XCP protocol

Vehicle network communication using J1939 protocol

Access measurement data format (MDF), ASAM calibration data format (CDF), and binary

logging format (BLF) files

Support for third-party hardware

使用matlab批量下载网站上的文件-MatlabUrlDownloadToFile.m 前几天美国数学建模成绩出了,我们按照网址下载了自己的证书,另外想看看学校今年的获奖情况,由于学校的参赛队伍数众多,一个一个下载证书再统计显得麻烦,于是想自己用matlab开发一个小程序以实现同类型文件的批量下载。很多网站上有介绍使用Windows API 函数URLDownloadToFile,但是这个在VC上实现容易,要把它移植到matlab上还得使用MEX,有点麻烦了。这几天一直徘徊个大小网站,没有找到相关信息。最后还是自己使用lookfor找到需要的函UrlWrite,调用这个函数轻松搞定批量下载! 以下是代码: %使用matlab下载网站上的文件 %使用urlwrite函数下载网站上的文件 %特别适用于批量下载同类型的文件 % Created by longwen36 2011-4-16 %使用urlwrite实现批量下载 %以下载2011美赛数模证书为例 clc,clear; num = 11701:11710; URLs = cell); folder_filenames = cell); filenames = cell); for idx  = 1:length;     URLs{idx} = sprintf);     filenames{idx} = sprintf); end tic; for idx = 1:length;     fprintf;     [f, status] = urlwrite;     if status == 1;         fprintf;     else         fprintf;     end     end etime = toc; fprintf,etime); 复制代码 下载速度还挺快的,才发现,matlab功能确实很强大,函数很齐全。利用这个函数,加以改进,编写GUI,就可以做个简易的批量下载器了! 感兴趣的同仁可以试试!
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值