11

Advanced Concepts in MATLAB®

After studying this chapter, you should be able to:

  • perform symbolic computations
  • understand and use cell arrays and structures
  • call a C/C++ function in MATLAB
  • write object oriented programs in MATLAB

11.1 Introduction

In the previous chapters, several essential concepts of MATLAB were discussed. There are advanced concepts that are helpful for some users, and four such concepts are discussed in this chapter. MATLAB supports symbolic computations using the Symbolic Math Toolbox which gives the capability of manipulating mathematical expressions. MATLAB also supports advanced data members such as cells and structures. In many cases, one may want to call a C/C++ function from MATLAB or want to convert MATLAB ...

Get Programming in MATLAB ® now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.