A Guide to MATLAB Object-Oriented Programming
eBook - PDF

A Guide to MATLAB Object-Oriented Programming

  1. 384 pages
  2. English
  3. PDF
  4. Available on iOS & Android
eBook - PDF

A Guide to MATLAB Object-Oriented Programming

Book details
Table of contents
Citations

About This Book

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

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access A Guide to MATLAB Object-Oriented Programming by Andy H. Register in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming Games. We have over one million books available in our catalogue for you to explore.

Information

Year
2007
ISBN
9781584889120
Edition
1

Table of contents

  1. Front cover
  2. Table of Contents
  3. Figures
  4. Code Listings
  5. Tables
  6. About the Author
  7. Preface
  8. Chapter 1. Introduction
  9. Part 1: Group of Eight
  10. Chapter 2. Meeting MATLAB’s Requirements
  11. Chapter 3. Member Variables and Member Functions
  12. Chapter 4. Changing the Rules … in Appearance Only
  13. Chapter 5. Displaying an Object’s State
  14. Chapter 6. fieldnames.m
  15. Chapter 7. struct.m
  16. Chapter 8. get.m, set.m
  17. Chapter 9. Simplify Using get, set, fieldnames, and struct
  18. Chapter 10. Drawing a Shape
  19. Part 2: Building a Hierarchy
  20. Chapter 11. Constructor Redux
  21. Chapter 12. Constructing Simple Hierarchies with Inheritance
  22. Chapter 13. Object Arrays with Inheritance
  23. Chapter 14. Child-Class Members
  24. Chapter 15. Constructing Simple Hierarchies with Composition
  25. Chapter 16. General Assignment and Mutator Helper Functions
  26. Chapter 17. Class Wizard
  27. Chapter 18. Class Wizard Versions of the Shape Hierarchy
  28. Part 3: Advanced Strategies
  29. Chapter 19. Composition and a Simple Container Class
  30. Chapter 20. Static Member Data and Singleton Objects
  31. Chapter 21. Pass-by-Reference Emulation
  32. Chapter 22. Dot Functions and Functors
  33. Chapter 23. Protected Member Variables and Functions
  34. Chapter 24. Potpourri for $100
  35. Index
  36. Back cover