Analysis of axes function in MATLAB

Source: Internet
Author: User

The axes function, described in the Help documentation for MATLAB:

Create axes Graphics object----Creating coordinate system drawing objects

Grammar:

[plain] view plain copy axes axes (' PropertyName ', PropertyValue,...)   Axes (h) H = axes (...) Describe:

"Axes creates an axes graphics object in the current figure using default property values"

1) Axes create a coordinate system in the current image window using default properties

2) Axes (' PropertyName ', PropertyValue,...) Creates a coordinate system with some of the specified properties, without specifying the use default property.

3) Axes (h) Set the coordinate system H to the current coordinate system, and h as the first axes of the children property of the figure, set the currentaxes to H

The set and get functions can set and get the properties of the coordinate system

Set (H,namearray,valuearray)

Get (H,propertyarray)

4) h=axes (...) Create a coordinate system and return its handle


Example:


Execution Result:





Reference: http://blog.sina.com.cn/s/blog_61c0518f0100f5rb.html

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.