MATLAB Programming for Engineers by Stephen J. Chapman (2001, Perfect)
World of Books USA (1172327)
87.1% positive feedback
Price:
$11.96
Free shipping
Est. delivery Thu, May 29 - Wed, Jun 4Estimated delivery Thu, May 29 - Wed, Jun 4
Returns:
30 days returns. Buyer pays for return shipping. If you use an eBay shipping label, it will be deducted from your refund amount.
Condition:
Very GoodVery Good
MATLAB Programming for Engineers. Author:Chapman, Stephen J. Book Binding:Paperback. Can't find what you're looking for?. We all like the idea of saving a bit of cash, so when we found out how many good quality used products are out there - we just had to let you know!
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
About this product
Product Identifiers
PublisherNelson Education The Limited
ISBN-100534390560
ISBN-139780534390563
eBay Product ID (ePID)2075188
Product Key Features
Number of Pages478 Pages
Publication NameMatlab Programming for Engineers
LanguageEnglish
Publication Year2001
SubjectProgramming / General, Engineering (General), Mathematical & Statistical Software, General
TypeTextbook
AuthorStephen J. Chapman
Subject AreaComputers, Technology & Engineering
FormatPerfect
Dimensions
Item Height1 in
Item Weight29.7 Oz
Item Length9.2 in
Item Width7.4 in
Additional Product Features
Edition Number2
Intended AudienceCollege Audience
LCCN2001-052429
Dewey Edition23
IllustratedYes
Dewey Decimal518.0285/53
Table Of Content1. Introduction To MATLAB(r). 2. MATLAB(r) 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(r) Functions. Appendix B: Answers to Quizzes.
SynopsisThe 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.