马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
Images, Figures and Graphics Objects in MATLAB--MATLAB中的图像,图形和图形对象 This book describe the different data and image types, and give details about how to read, write, work with, and display graphics images; how to alter the display properties and aspect ratio of an image during display; how to print an image; and how to convert the data type or graphics format of an image. Graphics objects are interdependent, so the graphics display typically contains a variety of objects that, in conjunction, produce a meaningful graph or picture. This book explians how handle graplhics objects. Graphics objects are the basic drawing elements used by MATLAB to display data. Each instance of an object has a unique identifier called a handle. Using this handle, you can manipulate the characteristics (called object properties) of an existing graphics object. You can also specify values for properties when you create a graphics object. This book also discusses the features that are implemented through figure properties and provides examples of how to use these features. Figure graphics objects are the windows in which MATLAB software displays graphics. Figure properties enable you to control many aspects of these windows, such as their size and position on the screen, the coloring of graphics objects displayed within them, and the scaling of printed pictures.
本书介绍不同的数据和图像类型,并提供有关如何读取,写入,使用和显示图形图像的详细信息;在显示过程中如何改变图像的显示属性和宽高比;如何打印图像;以及如何转换图像的数据类型或图形格式。图形对象是相互依赖的,因此图形显示通常包含多个对象,这些对象一起产生有意义的图形或图片。这本书解释了如何处理图形对象。图形对象是MATLAB用于显示数据的基本绘图元素。对象的每个实例都有一个唯一的标识符,称为句柄。使用此句柄,可以操作现有图形对象的特征(称为对象属性)。您还可以在创建图形对象时为属性指定值。本书还讨论了通过图形属性实现的功能,并提供了如何使用这些功能的示例。图形图形对象是MATLAB软件显示图形的窗口。图属性使您能够控制这些窗口的许多方面,例如屏幕上的尺寸和位置,显示在其中的图形对象的着色以及打印图像的缩放。
Images, Figures and Graphics Objects in MATLAB.pdf
(2.12 MB, 下载次数: 62 )
原书的下载地址:http://www.cloudioe.com/resources_details.aspx?id=6844 |