当前位置:网站首页>[matlab] matlab reads and writes Excel
[matlab] matlab reads and writes Excel
2022-07-05 08:37:00 【Iron iron t】
【matlab】matlab Read and write excel
1.matlab Read in excel surface
Use xlsread() function
A = xlsread(' school report .xlsx');
2.matlab towards excel Write data in
Use xlswrite() function
headers = {
' full name ',' class ',' Student number ',' achievement '};
values = {
' Wu longlong ',' Three classes in four years ','0012598',99};
xlswrite(' League tables .xlsx',[headers;values]);
Output results :
边栏推荐
- Let's briefly talk about the chips commonly used in mobile phones - OVP chips
- Apaas platform of TOP10 abroad
- 每日一题——输入一个日期,输出它是该年的第几天
- STM32 --- NVIC interrupt
- Daily question - input a date and output the day of the year
- Go dependency injection -- Google open source library wire
- Business modeling of software model | vision
- Esp8266 interrupt configuration
- Charge pump boost principle - this article will give you a simple understanding
- Run menu analysis
猜你喜欢
Matlab tips (28) fuzzy comprehensive evaluation
Briefly talk about the identification protocol of mobile port -bc1.2
How apaas is applied in different organizational structures
实例009:暂停一秒输出
MATLAB小技巧(28)模糊綜合評價
Meizu Bluetooth remote control temperature and humidity access homeassistant
Guess riddles (9)
STM32 --- NVIC interrupt
实例008:九九乘法表
图解八道经典指针笔试题
随机推荐
STM32 single chip microcomputer -- volatile keyword
QEMU STM32 vscode debugging environment configuration
STM32---ADC
319. Bulb switch
Shell script realizes the reading of serial port and the parsing of message
Sword finger offer 06 Print linked list from end to end
[nas1] (2021cvpr) attentivenas: improving neural architecture search via attentive sampling (unfinished)
Various types of questions judged by prime numbers within 100 (C language)
Agile project management of project management
Weidongshan Internet of things learning lesson 1
C语言标准函数scanf不安全的原因
UE像素流,来颗“减肥药”吧!
MATLAB小技巧(28)模糊综合评价
Sword finger offer 05 Replace spaces
Business modeling of software model | vision
实例007:copy 将一个列表的数据复制到另一个列表中。
实例005:三数排序 输入三个整数x,y,z,请把这三个数由小到大输出。
猜谜语啦(6)
Arduino burning program and Arduino burning bootloader
STM32 summary (HAL Library) - DHT11 temperature sensor (intelligent safety assisted driving system)