ABSTRACT

In addition to the general performance-tuning techniques listed in the previous chapter, we can employ several techniques that are, to a large extent, specific to MATLAB. These techniques shall be described in the following chapters:

• This chapter explains general MATLAB programming techniques. • Chapter 5 explains how to use MATLAB’s implicit parallelism (indexing and

vectorization). • Chapters 6 and 7 explain how to use explicit parallelism in a variety of manners. • Chapter 8 discusses various ways of using compiled binary code in MATLAB. • Chapter 9 details techniques that relate to MATLAB’s memory management. • Chapter 10 details techniques that are specific to MATLAB graphs and GUI. • Chapter 11 details techniques that relate to I/O (especially file read and write).