请点击输入图片描述
01script writing的步骤
A.进入编写脚本的页面
A. Enter the scripting page
B. 输入程式
B. Input program
C. 运行程式,点击F5,会跳出保存该文件的页面,文件名不可以数字开头。
C. Run the program, click F5, the page for saving the file will pop up, and the file name cannot start with a number.
D.点击保存后,程序开始运行
D. After clicking save, the program starts to run
02常用语句的使用
A.If elif el语句
格式:
If condition1
Statement1
Elif condition2
Statement2
El
Statement3
End
B.switch语句
格式:
Switch expression
Ca value 1
Statement1
Ca value2
Statement2
...
Otherwi
Statement
End
C.while语句
While expression
Statement
End
(prod为阶乘函数,1e100,科学计数法,为1*10的100次方)
D.for语句
For variable=start:increment:end
Commands
end
03编写程式的TIPS
1. 编写程式前;clear all,删除所有变量;clo all,关闭所有图形。
2. 使用分号;不用将每一个指令都显示出来。
3. 用...换行
4. 宕机时,ctrl+c
1. Before writing the program; clear all, delete all variables; clo all, clo all graphics.
2. U micolons; do not need to display every command.
3. U... to wrap
4. When down, ctrl+c
参考资料:谷歌翻译
本文由LearningYard学苑原创,如有侵权请联系删除。
本文发布于:2023-02-28 21:08:00,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/zhishi/a/1677730090100626.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:matlab阶乘(matlab阶乘函数代码).doc
本文 PDF 下载地址:matlab阶乘(matlab阶乘函数代码).pdf
留言与评论(共有 0 条评论) |