第五讲:MATLAB 编程基础(脚本)

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Author(s): 潘建瑜

Language: Chinese

数学软件 Matlab
本讲主要内容
Matlab 编程入门
M 文件
M 文件
编程示例
本讲主要内容
关系运算
关系运算举例
逻辑运算
逻辑运算表
逻辑运算
一些测试函数
运算优先级
本讲主要内容
input
disp
fprintf
格式说明符和转义字符
fprintf
fprintf
本讲主要内容
M文件控制流
选择结构
if 条件语句
if 条件语句
switch 语句
循环结构
for 循环
for 循环
while 循环
编程示例
while编程示例
其它流控制语句
pause
编程示例
编程示例
上机作业
上机要求