当前位置:网站首页>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
边栏推荐
- The length of the last word of the string
- pywintypes. com_ Error: (- 2147221020, 'invalid syntax', none, none)
- VIM specifies the line comment and reconciliation comment
- Master vscode remote GDB debugging
- MySQL optimistic lock to solve concurrency conflict
- Large factory technology implementation | industry solution series tutorials
- Go language slice, range, set
- linux上啟動oracle服務
- js正則判斷域名或者IP的端口路徑是否正確
- One brush 314 sword finger offer 09 Implement queue (E) with two stacks
猜你喜欢

Best practices of Apache APIs IX high availability configuration center based on tidb

homwbrew安装、常用命令以及安装路径

Intersection, union and difference sets of spark operators

R语言中实现作图对象排列的函数总结

MySQL - execution process of MySQL query statement

捡起MATLAB的第(6)天

Spark 算子之coalesce与repartition

捡起MATLAB的第(7)天

Metalife established a strategic partnership with ESTV and appointed its CEO Eric Yoon as a consultant

Timing model: gated cyclic unit network (Gru)
随机推荐
MySQL - MySQL查询语句的执行过程
捡起MATLAB的第(9)天
Unity Shader学习
volatile的含义以及用法
实现缺省页面
JS regular determines whether the port path of the domain name or IP is correct
js正則判斷域名或者IP的端口路徑是否正確
Named in pytoch_ parameters、named_ children、named_ Modules function
Config learning notes component
Cap theorem
Spark 算子之filter使用
The principle and common methods of multithreading and the difference between thread and runnable
Application of Bloom filter in 100 million flow e-commerce system
ESP32_ Arduino
matplotlib教程05---操作图像
New developments: new trends in cooperation between smartmesh and meshbox
Extract non duplicate integers
新动态:SmartMesh和MeshBox的合作新动向
ESP32_Arduino
WPS brand was upgraded to focus on China. The other two domestic software were banned from going abroad with a low profile