An Engineer's Introduction to Programming with MATLAB 2018

Related posts

Description

This book accomplishes two things simultaneously: it teaches you to use the latest version of the powerful MATLAB programming environment, and it teaches you core, transferrable programming skills that will make you feel at home with most procedural programming languages.

MATLAB has been in existence for more than 30 years and is used by millions of engineers, scientists, and students worldwide, both for its depth and its easy usability. With dozens of specialized toolboxes available beyond the core program, as well as its companion program Simulink for simulation and model-based design, MATLAB can serve as an invaluable aid throughout your career.

Unlike many MATLAB books, ours assumes no prior experience in computer programming. Using an approachable tone, we take you from the simplest variables through complex examples of data visualization and curve fitting. Each chapter builds on the last, presenting an in-depth tutorial on a focused concept central to programming, using the MATLAB language, but applicable to countless other popular and in-demand languages such as C++, Java, JavaScript, R, and Python. We'll ask you to perform short exercises as we work through each chapter, followed by more end-to-end exercises and mental challenges at the chapter's end. As the complexity of the concepts increases, the exercises present increasingly real-world engineering challenges to match.

Once you've completed An Engineer's Introduction to Programming with MATLAB 2018, you will have a solid foundation in computer programming forms and concepts and a comfort with the MATLAB environment and programming language. We believe that you'll enjoy both gaining and having that knowledge, and that you'll be able to use it almost immediately with your other coursework.

Table of Contents

1. Introduction to MATLAB
2. Programming Basics: Operators & Variables
3. Programming Basics: Arrays and Structures
4. Programming Basics: Looping and Conditionals
5. Matrices
6. Functions and Scripts
7. Debugging and Error Handling
8. Importing and Exporting Data
9. Plotting and Data Visualization
10. MATLAB ToolBoxes: Curve Fitting
11. Symbolic Math
Index