A Guide to MATLAB Object-Oriented Programming
Autor Andy H. Registeren Limba Engleză Hardback – 29 aug 2017
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.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 591.14 lei 6-8 săpt. | |
CRC Press – 14 mai 2007 | 591.14 lei 6-8 săpt. | |
Hardback (1) | 976.76 lei 6-8 săpt. | |
CRC Press – 29 aug 2017 | 976.76 lei 6-8 săpt. |
Preț: 976.76 lei
Preț vechi: 1427.99 lei
-32% Nou
Puncte Express: 1465
Preț estimativ în valută:
186.95€ • 194.85$ • 155.63£
186.95€ • 194.85$ • 155.63£
Carte tipărită la comandă
Livrare economică 04-18 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781138460867
ISBN-10: 1138460869
Pagini: 380
Dimensiuni: 178 x 254 x 27 mm
Greutate: 0.86 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
ISBN-10: 1138460869
Pagini: 380
Dimensiuni: 178 x 254 x 27 mm
Greutate: 0.86 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Public țintă
Professional and Professional Practice & DevelopmentCuprins
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.
Descriere
The first book to deliver broad coverage of the documented and undocumented object-oriented features of MATLAB®, this guide aids readers in creating effective software. Eight basic functions are discussed: constructor, subsref, subsasgn, display, struct, fieldnames, get, and set. Also explored are inheritance topics and the Class Wizard, a powerful