当前位置:网站首页>[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 :
边栏推荐
- Five design details of linear regulator
- Detailed summary of FIO test hard disk performance parameters and examples (with source code)
- STM32 --- GPIO configuration & GPIO related library functions
- MATLAB小技巧(28)模糊综合评价
- 猜谜语啦(4)
- Sword finger offer 05 Replace spaces
- GEO数据库中搜索数据
- Guess riddles (5)
- Sword finger offer 06 Print linked list from end to end
- 实例009:暂停一秒输出
猜你喜欢
Daily question - input a date and output the day of the year
Arduino+a4988 control stepper motor
[noi simulation] juice tree (tree DP)
MATLAB小技巧(28)模糊综合评价
实例004:这天第几天 输入某年某月某日,判断这一天是这一年的第几天?
剑指 Offer 09. 用两个栈实现队列
Example 008: 99 multiplication table
MATLAB skills (28) Fuzzy Comprehensive Evaluation
Guess riddles (142)
【三层架构】
随机推荐
STM32 virtualization environment of QEMU
实例002:“个税计算” 企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10%;利润高于10万元,低于20万元时,低于10万元的部分按10%提成,高于10万元的部分,可提成7.
Guess riddles (9)
整形的分类:short in long longlong
Matlab tips (28) fuzzy comprehensive evaluation
STM32 --- serial port communication
Guess riddles (142)
關於線性穩壓器的五個設計細節
轮子1:QCustomPlot初始化模板
STM32 summary (HAL Library) - DHT11 temperature sensor (intelligent safety assisted driving system)
Example 010: time to show
2022.7.4-----leetcode. one thousand and two hundred
Cinq détails de conception du régulateur de tension linéaire
MHA High available Cluster for MySQL
Business modeling of software model | vision
One question per day - replace spaces
Search data in geo database
图解八道经典指针笔试题
猜谜语啦(11)
猜谜语啦(9)