TAILIEUCHUNG - Learning MATLAB Version 6 (Release 12) phần 5

Khi bạn không chỉ định một biến đầu ra, MATLAB sử dụng ans biến, viết tắt của câu trả lời, để lưu trữ các kết quả phép tính. Bạn đã tính toán một vector hàng có chứa các khoản tiền của các cột của A. Chắc chắn, | 5 Graphics Creating Objects Each object has an associated function that creates the object. These functions have the same name as the objects they create. For example the text function creates text objects the figure function creates figure objects and so on. MATLAB s high-level graphics functions like plot and surf call the appropriate low-level function to draw their respective graphics. For more information about an object and a description of its properties see the reference page for the object s creation function. Object creation functions have the same name as the object. For example the object creation function for axes objects is called axes. Commands for Working with Objects This table lists commands commonly used when working with objects. Function Purpose copyobj Copy graphics object delete Delete an object findobj Find the handle of objects having specified property values gca Return the handle of the current axes gcf Return the handle of the current figure gco Return the handle of the current object get Query the value of an objects properties set Set the value of an objects properties For More Information See the MATLAB Function Reference in Help for a description of each of these functions. 5-30 Handle Graphics Setting Object Properties All object properties have default values. However you may find it useful to change the settings of some properties to customize your graph. There are two ways to set object properties Specify values for properties when you create the object. Set the property value on an object that already exists. For More Information See Handle Graphics Objects in Help for information on graphics objects. Setting Properties from Plotting Commands You can specify object property values as arguments to object creation functions as well as with plotting function such as plot mesh and surf. For example plotting commands that create lines or surfaces enable you to specify property name property value pairs as arguments. The command plot

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.