当前位置:网站首页>Day (4) of picking up matlab
Day (4) of picking up matlab
2022-04-23 15:59:00 【Sola_ Ex】
Pick up MATLAB My fourth day
Matlab
if Use
if Conditions
esleif Conditions
....
else
end
switch Use
switch Variable
case Conditions 1
Perform tasks 1
case Conditions 2
Perform tasks 2
....
otherwise
Perform other
end
Input statement
X = input('message') % Input data format
X = input('message','s') % Input string format
notes : Inside massage You can write something else , Such as : Please export xxx. In data format , Using a string will result in an error . String supports Chinese input .
Output statement
disp()
I think this disp() Your orders are interesting , Rich and colorful formats , Such as :
disp(' Xu Lao is very awesome ') % Print characters directly
disp([' peng ',[' Guy '],[' It's also awesome '])
disp(666)
disp([' Xu Lao ',num2str(666)]) % Printing effect , Xu Lao 666
Format output :
fprintf(formatSpace,A) %formatSpace Is the format type ,A Is the output
Such as :
fprintf(' Xu Lao long %d\n cm',14) % effect : Xu Lao long 14 cm
fprintf(' Guijia long %4.1f\n cm',5.1) % effect : Guijia long 5.1 cm
In fact this with C The language is very similar to .
for loop
for Loop control variable = Variable range
Execute statement
end
Such as :
for a=10:20
fprintf('value is %d\n',a)
end
The final result is to print 10-20 All integers of ( In steps of 1)
while loop
while Judge the condition
Execute statement
end
Be careful :while The judgment conditions in , It's actually if It's the same inside .
break And continue
break Use , Such as :
while true
....
if Conditions met
break;
end
end
if Inside break immediate withdrawal while loop ,
continue Use , Such as :
while true
....
if Conditions met
continue;
end
end
The function is to exit this while loop , Then go on to the next while.
Special reminder :
stay matlab in , Whether through script (.m file ) Or directly in cmd windows Executed under while, If while Always in a cycle , And you want to stop , You can press ctrl +c Forced shutdown .( I've got the blue screen of the computer )
版权声明
本文为[Sola_ Ex]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231554164141.html
边栏推荐
- Spark 算子之sortBy使用
- Spark 算子之groupBy使用
- ES常用查询、排序、聚合语句
- 糖尿病眼底病变综述概要记录
- [section 5 if and for]
- Solution to the fourth "intelligence Cup" National College Students' IT skills competition (group B of the final)
- pywintypes. com_ Error: (- 2147221020, 'invalid syntax', none, none)
- Spark 算子之交集、并集、差集
- Interview questions of a blue team of Beijing Information Protection Network
- 捡起MATLAB的第(5)天
猜你喜欢
Ice -- source code analysis
Why disable foreign key constraints
贫困的无网地区怎么有钱建设网络?
Config learning notes component
实现缺省页面
One brush 314 sword finger offer 09 Implement queue (E) with two stacks
运维流程有多重要,听说一年能省下200万?
homwbrew安装、常用命令以及安装路径
Use bitnami PostgreSQL docker image to quickly set up stream replication clusters
MySQL Cluster Mode and application scenario
随机推荐
Pgpool II 4.3 Chinese Manual - introductory tutorial
shell_ two
C language --- advanced pointer
js正则判断域名或者IP的端口路径是否正确
Upgrade MySQL 5.1 to 5.611
Upgrade MySQL 5.1 to 5.610
TIA博图——基本操作
Spark 算子之coalesce与repartition
linux上启动oracle服务
Intersection, union and difference sets of spark operators
Go concurrency and channel
一文掌握vscode远程gdb调试
[open source tool sharing] MCU debugging assistant (oscillograph / modification / log) - linkscope
Method 2 of drawing ROC curve in R language: proc package
How can poor areas without networks have money to build networks?
Interview questions of a blue team of Beijing Information Protection Network
撿起MATLAB的第(9)天
dlopen/dlsym/dlclose的简单用法
ESP32_Arduino
Large factory technology implementation | industry solution series tutorials