1 / 18
文档名称:

《Matlab课程设计》-利用MATLAB仿真软件进行绘图.doc

格式:doc   页数:18
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

《Matlab课程设计》-利用MATLAB仿真软件进行绘图.doc

上传人:3346389411 2014/2/17 文件大小:0 KB

下载得到文件列表

《Matlab课程设计》-利用MATLAB仿真软件进行绘图.doc

文档介绍

文档介绍:精品资料
课程设计任务书
学生姓名: 专业班级:
指导教师: 工作单位: 信息工程学院
题目: MATLAB的绘图
初始条件:
MATLAB软件、数字信号处理与图像处理基础知识
要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求)
设定(X1 Y1)、(X2 Y2)、(X3 Y3)、(X4 Y4)、(X5 Y5)五个函数,在同一幅图上用不同的线条、颜色绘制五条曲线,并分别对五条曲线进行命名,并添加坐标标志、图名函数和网格,并按三种格式进行保存。
时间安排:
指导教师签名: 年月日
系主任(或责任教师)签名: 年月日
摘要 I
Abstract II
1一维函数图形绘制基本指令 1
plot函数介绍 1
图形修饰函数 1
绘制图形的形式 2
坐标轴及标注 3
3
3
5
5
2二维图像的设计 7
7
7
、形状曲线程序及仿真 7
10
11
11
3小结与体会 12
4参考文献 13
本科生课程设计成绩评定表 14
摘要
MATLAB是矩阵实验室(Matrix Laboratory)的简称,是美国MathWorks公司出品的商业数学软件,用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境,主要包括MATLAB和Simulink两大部分。
MATLAB 的应用范围非常广,包括信号和图像处理、通讯、控制系统设计、测试和测量、财务建模和分析以及计算生物学等众多应用领域。附加的工具箱(单独提供的专用 MATLAB 函数集)扩展了MATLAB 环境,以解决这些应用领域内特定类型的问题。
本次课程设计主要研究的是MATLAB的绘图功能,简单介绍了一下MATLAB绘图的一些基本命令,利用MATLAB来绘制二维图形,并对图像用三种格式进行保存等操作。
关键词:MATLAB,二维图形
Abstract
MATLAB is short for the matrix laboratory. It is produced by a . company as mercial mathematics MathWorks software for algorithm development, data visualization, data analysis and numerical calculation of the senior puting language and interactive environment, including MATLAB and Simulink two parts.
MATLAB have a very wide range of applications, including signal and image processing, communications, control system design, test and measurement, financial modeling and analysis, putational biology, and many other applications. It has additional toolboxes (available separately dedicated set of MATLAB functions) which extend the MATLAB environment to solve these applications within a specific type of problem.
This designed project is mainly concentrate on the graphics function of MATLAB. It gives a brief introduction about some of the basic mands, using MATLAB to plot two-dimensional other operations.
Key words: MATLAB, plot two-dimensional
1一维函数图形绘制基本指令
plot函数介绍
plot 是绘制二维图形的最基本函数,它是针对向量或矩阵的列来绘制曲线的。也就是说,使用plot 函数之前,必须