- Undocumented Matlab - https://undocumentedmatlab.com -

New book: Accelerating MATLAB Performance

Posted By Yair Altman On December 16, 2014 | Comments Disabled

I am pleased to announce that after three years of research and hard work, following my first book on Matlab-Java programming [1], my new book “Accelerating MATLAB Performance” is finally published.
Accelerating MATLAB Performance book [2]
CRC discount promo code [3]
The Matlab programming environment is often perceived as a platform suitable for prototyping and modeling but not for “serious” applications. One of the main complaints is that Matlab is just too slow.
Accelerating MATLAB Performance (CRC Press, ISBN 9781482211290 [4], 785 pages) aims to correct this perception, by describing multiple ways to greatly improve Matlab program speed.
The book:

  • Demonstrates how to profile MATLAB code for performance and resource usage, enabling users to focus on the program’s actual hotspots
  • Considers tradeoffs in performance tuning, horizontal vs. vertical scalability, latency vs. throughput, and perceived vs. actual performance
  • Explains generic speedup techniques used throughout the software industry and their adaptation for Matlab, plus methods specific to Matlab
  • Analyzes the effects of various data types and processing functions
  • Covers vectorization, parallelization (implicit and explicit), distributed computing, optimization, memory management, chunking, and caching
  • Explains Matlab’s memory model and shows how to profile memory usage and optimize code to reduce memory allocations and data fetches
  • Describes the use of GPU, MEX, FPGA, and other forms of compiled code
  • Details acceleration techniques for GUI, graphics, I/O, Simulink, object-oriented Matlab, Matlab startup, and deployed applications
  • Discusses a wide variety of MathWorks and third-party functions, utilities, libraries, and toolboxes that can help to improve performance

Ideal for novices and professionals alike, the book leaves no stone unturned. It covers all aspects of Matlab, taking a comprehensive approach to boosting Matlab performance. It is packed with thousands of helpful tips, code examples, and online references. Supported by this active website, the book will help readers rapidly attain significant reductions in development costs and program run times.
Additional information about the book, including detailed Table-of-Contents, book structure, reviews, resources and errata list, can be found in a dedicated webpage [5] that I’ve prepared for this book and plan to maintain.

Click here to get your book copy now [6]!
Use promo code MZK07 for a 25% discount and free worldwide shipping on crcpress.com

Instead of focusing on just a single performance aspect, I’ve attempted to cover all bases at least to some degree. The basic idea is that there are numerous different ways to speed up Matlab code: Some users might like vectorization, others may prefer parallelization, still others may choose caching, or smart algorithms, or better memory-management, or compiled C code, or improved I/O, or faster graphics. All of these alternatives are perfectly fine, and the book attempts to cover every major alternative. I hope that you will find some speedup techniques to your liking among the alternatives, and at least a few new insights that you can employ to improve your program’s speed.
I am the first to admit that this book is far from perfect. There are several topics that I would have loved to explore in greater detail, and there are probably many speedup tips that I forgot to mention or have not yet discovered. Still, with over 700 pages of speedup tips, I thought this book might be useful enough as-is, flawed as it may be. After all, it will never be perfect, but I worked very hard to make it close enough, and I really hope that you’ll agree.
If your work relies on Matlab code performance in any way, you might benefit by reading this book. If your organization has several people who might benefit, consider inviting me for dedicated onsite training [7] on Matlab performance and other advanced Matlab topics.
As always, your comments and feedback would be greatly welcome – please post them directly on the book’s webpage [8].
Happy Holidays everybody!

Categories: GUI, Low risk of breaking in future versions, Memory, Stock Matlab function, Toolbox


Article printed from Undocumented Matlab: https://undocumentedmatlab.com

URL to article: https://undocumentedmatlab.com/articles/new-book-accelerating-matlab-performance

URLs in this post:

[1] Matlab-Java programming: http://undocumentedmatlab.com/books/matlab-java

[2] Image: http://www.crcpress.com/product/isbn/9781482211290#post-img

[3] Image: http://www.crcpress.com/product/isbn/9781482211290#post-banner

[4] CRC Press, ISBN 9781482211290: http://www.crcpress.com/product/isbn/9781482211290#post-isbn

[5] dedicated webpage: http://undocumentedmatlab.com/books/matlab-performance

[6] Click here to get your book copy now: http://www.crcpress.com/product/isbn/9781482211290#post-cta

[7] dedicated onsite training: http://undocumentedmatlab.com/training

[8] the book’s webpage: http://undocumentedmatlab.com/books/matlab-performance#respond

[9] Tips for accelerating Matlab performance : https://undocumentedmatlab.com/articles/tips-for-accelerating-matlab-performance

[10] New book: Undocumented Secrets of MATLAB-Java Programming : https://undocumentedmatlab.com/articles/matlab-java-book

[11] Some Matlab performance-tuning tips : https://undocumentedmatlab.com/articles/some-performance-tuning-tips

[12] Matlab-Java memory leaks, performance : https://undocumentedmatlab.com/articles/matlab-java-memory-leaks-performance

[13] Convolution performance : https://undocumentedmatlab.com/articles/convolution-performance

[14] Performance: accessing handle properties : https://undocumentedmatlab.com/articles/performance-accessing-handle-properties

Copyright © Yair Altman - Undocumented Matlab. All rights reserved.