当前位置:网站首页>[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 :
边栏推荐
- Installation and use of libjpeg and ligpng
- MySQL MHA high availability cluster
- Various types of questions judged by prime numbers within 100 (C language)
- Explore the authentication mechanism of StarUML
- Sword finger offer 09 Implementing queues with two stacks
- 每日一题——输入一个日期,输出它是该年的第几天
- Classification of plastic surgery: short in long long long
- Detailed summary of FIO test hard disk performance parameters and examples (with source code)
- STM32---IIC
- STM32 virtualization environment of QEMU
猜你喜欢
Illustration of eight classic pointer written test questions
STM32 --- NVIC interrupt
实例008:九九乘法表
猜谜语啦(3)
剑指 Offer 06. 从尾到头打印链表
How apaas is applied in different organizational structures
MATLAB skills (28) Fuzzy Comprehensive Evaluation
Business modeling of software model | stakeholders
【NOI模拟赛】汁树(树形DP)
[nas1] (2021cvpr) attentivenas: improving neural architecture search via attentive sampling (unfinished)
随机推荐
Apaas platform of TOP10 abroad
Guess riddles (2)
Cmder of win artifact
MHA High available Cluster for MySQL
Void* C is a carrier for realizing polymorphism
Array integration initialization (C language)
696. Count binary substring
STM32 --- NVIC interrupt
STM32 --- configuration of external interrupt
Low code platform | apaas platform construction analysis
实例010:给人看的时间
Installation and use of libjpeg and ligpng
MySQL之MHA高可用集群
STM32 --- GPIO configuration & GPIO related library functions
2022.7.4-----leetcode. one thousand and two hundred
TypeScript手把手教程,简单易懂
Bluebridge cup internet of things basic graphic tutorial - GPIO output control LD5 on and off
Example 005: three numbers sorting input three integers x, y, Z, please output these three numbers from small to large.
Arduino+a4988 control stepper motor
U8g2 drawing