MATLAB Programming for Engineers, 2/e

Stephen J. Chapman

  • 出版商: brooks/cole
  • 出版日期: 2001-11-08
  • 售價: $874
  • 語言: 英文
  • 頁數: 478
  • 裝訂: Paperback
  • ISBN: 0534390560
  • ISBN-13: 9780534390563
  • 相關分類: Matlab
  • 已過版

買這商品的人也買了...

商品描述

The first text of its kind, Stephen Chapman's best selling book on MATLAB has now been updated to reflect MATLAB 6.0. The first edition has been highly successful in engineering schools where introductory programming is taught using MATLAB rather than a traditional programming language. Although C, C++, and Java suit the needs of computer science students well, most engineering students will not be programmers by trade. Engineering students use computer tools to perform complex tasks such as scientific calculations, data analysis, simulations, and visualization: all skills students will use again in upper level classes. MATLAB provides several built in toolkits to help students accomplish these tasks, as well as an integrated devlopment environment. This book is distinctly unique from other MATLAB books in two ways. First, it is an introduction to MATLAB as a technical programming language rather than an introduction to the MATLAB environment. The author includes numerous pedagogical tools such as special boxes that highlight good programming practices, boxes that detail common pitfalls in MATLAB programming, and numerous programming exercises and examples. The book also makes wide use of MATLAB's predefined functions that provide tested solutions and time saved in writing subroutines or functions. Second, the book teaches students how to write clean, efficient, and documented programs using sound problem solving techniques. Top-down programming methodology is introduced to the students in Ch. 3 and is used consistently thoughout the rest of the book. This encourages students to think about the proper design of a program before beginning to code.

Table of Contents

1. Introduction To MATLAB®.
2. MATLAB® Basics.
3. Branching Statements and Program Design.
4. Loops.
5. User-Defined Functions.
6. Additional Data Types and Plot Types.
7. Sparse Arrays, Cell Arrays, and Structures.
8. Input/Output Functions.
9. Handle Graphics.
10. Graphical User Interfaces.
Appendix A: Index of Selected MATLAB® Functions.
Appendix B: Answers to Quizzes.