
A Guide to MATLAB Object-Oriented Programming
Andy H. Register(Author)
CRC Press
1st Edition
Published on 29. August 2017
Book
Hardback
380 pages
978-1-138-46086-7 (ISBN)
Description
A Guide to MATLAB Object-Oriented Programming is the first book to deliver broad coverage of the documented and undocumented object-oriented features of MATLAB>. Unlike the typical approach of other resources, this guide explains why each feature is important, demonstrates how each feature is used, and promotes an understanding of the interactions between features.
Assuming an intermediate level of MATLAB programming knowledge, the book not only concentrates on MATLAB coding techniques but also discusses topics critical to general software development. It introduces fundamentals first before integrating these concepts into example applications. In the first section, the book discusses eight basic functions: constructor, subsref, subsasgn, display, struct, fieldnames, get, and set. Building on the previous section, it explores inheritance topics and presents the Class Wizard, a powerful MATLAB class generation tool. The final section delves into advanced strategies, including containers, static variables, and function fronts.
With more than 20 years of experience designing and implementing object-oriented software, the expert author has developed an accessible and comprehensive book that aids readers in creating effective object-oriented software using MATLAB.
Assuming an intermediate level of MATLAB programming knowledge, the book not only concentrates on MATLAB coding techniques but also discusses topics critical to general software development. It introduces fundamentals first before integrating these concepts into example applications. In the first section, the book discusses eight basic functions: constructor, subsref, subsasgn, display, struct, fieldnames, get, and set. Building on the previous section, it explores inheritance topics and presents the Class Wizard, a powerful MATLAB class generation tool. The final section delves into advanced strategies, including containers, static variables, and function fronts.
With more than 20 years of experience designing and implementing object-oriented software, the expert author has developed an accessible and comprehensive book that aids readers in creating effective object-oriented software using MATLAB.
More details
Language
English
Place of publication
London
United Kingdom
Publishing group
Taylor & Francis Ltd
Target group
Professional and scholarly
Professional Practice & Development
Dimensions
Height: 254 mm
Width: 178 mm
Weight
861 gr
ISBN-13
978-1-138-46086-7 (9781138460867)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Classification
Other editions
Additional editions

Andy H. Register
A Guide to MATLAB Object-Oriented Programming
Book
05/2007
1st Edition
Chapman & Hall/CRC
€124.50
Shipment within 15-20 days

Andy H. Register
A Guide to MATLAB Object-Oriented Programming
E-Book
05/2007
Chapman & Hall/CRC
€152.99
Available for download

Andy H. Register
A Guide to MATLAB Object-Oriented Programming
E-Book
05/2007
1st Edition
Chapman and Hall
€152.99
Available for download
Person
Andy H. Register
Content
Introduction. Group of Eight: Meeting MATLAB's Requirements. Member Variables and Member Functions. Changing the Rules in Appearance Only. Displaying an Object's State. fieldnames.m. struct.m. get.m, set.m. Simplifying Using get, set, fieldnames, and struct. Drawing a Shape. Building a Hierarchy: Constructor Redux. Constructing Simple Hierarchies with Inheritance. Object Arrays with Inheritance. Child Class Members. Constructing Simple Hierarchies with Composition. General Assignment and Mutator Helper Functions. Class Wizard. Class Wizard Versions of the Shape Hierarchy. Advanced Strategies: Composition and a Simple Container Class. Static Member Data and Singleton Objects. Pass-by-Reference Emulation. Dot Functions and Functors. Protected Member Variables and Functions. Potpourri for $100. Index.