当前位置:网站首页>Matlab notes
Matlab notes
2022-06-25 04:56:00 【xxxibolva】
1. Display as a fraction
>> format rat
>> N./2
ans =1/2 1 3/2 2 5/2
2. produce 20 A random integer
>> n=randi([min,max],[i,j]) % Generate a row vector
[min,max]: The value range of the generated random integer
[i,j]:i That's ok j Column
3. Calculate average
>> avg=mean(n) %n Is a vector or matrix
4. Generate row vectors
y = linspace(x1,x2)
y = linspace(x1,x2,n)
Generate [x1,x2] Yes n A uniformly spaced row vector ,n The default is 100
5. Percentage output
>>p=1543/3000*100;
>>sprintf('%2.2f%%',p)
ans ='51.43%'
Chapter four mapping
1. Graphics keep
hold on/off keep / Refresh the original drawing
No parameters hold Command to switch between two states
>> plot(x,y1)
>> hold on % keep
>> plot(x,y2)
>> hold off % Refresh
notes : Do not close the drawing window halfway through the process !
2. Curve style


![]()
![]()
边栏推荐
- 基于Cortex-M3、M4的精准延时(系统定时器SysTick延时,可用于STM32、ADuCM4050等)
- SOC验证环境的启动方式
- The consciousness of a programmer
- OLAP analysis engine kylin4.0
- Google Earth Engine(GEE)——全球JRC/GSW1_1/YearlyHistory数据集的批量下载(中国区域)
- Why PHP is not safe
- How PHP gets the user's City
- Filter & listener (XIV)
- Méthode de récupération des données d'ouverture du disque dur à l'état solide
- parallel recovery slave next change & parallel recovery push change
猜你喜欢

台式电脑连不上wifi怎么办

Two hours to take you into the software testing industry (with a full set of software testing learning routes)

Working principle of asemi three-phase rectifier bridge

ThinkPHP 5 log management

Ranorex Studio 10.1 Crack

Web3 DAPP user experience best practices

XSS (cross site script attack) summary (II)

Php7.2 add JPEG extension

魔法猪系统重装大师怎么使用

leetcode1221. 分割平衡字符串
随机推荐
ThinkPHP 5 log management
Teach you to write non maintainable PHP code step by step
ASEMI大功率场效应管和三极管的区别
Coordinate system left multiply right multiply
Difference between asemi high power FET and triode
ASEMI三相整流桥的工作原理
MySQL concept and operation (III)
"Daily practice, happy water" 1108 IP address invalidation
The SQL response is slow. What are your troubleshooting ideas?
Web3 DAPP user experience best practices
大话云原生数据库中的存算分离
What if the desktop computer is not connected to WiFi
绝了!自动点赞,我用 PyAutoGUI!
【图像融合】基于matlab方向离散余弦变换和主成分分析图像融合【含Matlab源码 1907期】
Excel exports data to SQL and pictures to folder through macro | VBA
Google Earth Engine(GEE)——全球JRC/GSW1_1/YearlyHistory数据集的批量下载(中国区域)
Leader: who can use redis expired monitoring to close orders and get out of here!
OpenSea PHP开发包
File upload vulnerability shooting range upload labs learning (pass1-pass5)
Compatible with Internet Explorer