MATLAB By Example guides the reader through each step of writing MATLAB programs. The book assumes no previous programming experience on the part of the reader, and uses multiple examples in clear language to introduce concepts and practical tools. Straightforward and detailed instructions allow beginners to learn and develop their MATLAB skills quickly.
The book consists of ten chapters, discussing in detail the integrated development environment (IDE), scalars, vectors, arrays, adopting structured programming style using functions and recursive functions, control flow, debugging, profiling, and structures. A chapter also describes Symbolic Math Toolbox, teaching readers how to solve algebraic equations, differentiation, integration, differential equations, and Laplace and Fourier transforms. Containing hundreds of examples illustrated using screen shots, hundreds of exercises, and three projects, this book can be used to complement coursework or as a self-study book, and can be used as a textbook in universities, colleges and high schools.
No programming experience necessary to learn MATLAB
Examples with screenshots and plentiful exercises throughout help make MATLAB easy to understand
Projects enable readers to write long MATLAB programs, and take the first step toward being a professional MATLAB programmer
Author(s): Munther Gdeisat and Francis Lilley (Auth.)
Publisher: Elsevier
Year: 2013
Language: English
Pages: 353
Tags: Библиотека;Компьютерная литература;Matlab / Simulink;
Content:
Front-matter, Pages i,iii
Copyright, Page iv
Preface, Pages xiii-xiv
Acknowledgments, Page xv
Why This Book Is Different, Pages xvii-xviii
How This Book Is Organized, Pages xix-xx
1 - Matlab Integrated Development Environment, Pages 1-20
2 - Scalars in Matlab, Pages 21-60
3 - Vectors in Matlab, Pages 61-114
4 - Arrays in Matlab, Pages 115-162
5 - Matlab Functions, Pages 163-184
6 - Conditional Statements in Matlab, Pages 185-222
7 - Loop Statements in Matlab, Pages 223-269
8 - Matlab Debugging, Profiling, and Code Indentation, Pages 271-309
9 - Structures in Matlab, Pages 311-325
10 - Calculus in Matlab, Pages 327-346