Home :: Books :: Professional & Technical  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet
Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical

Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Mastering MATLAB 6

Mastering MATLAB 6

List Price: $64.00
Your Price: $60.80
Product Info Reviews

<< 1 2 3 >>

Rating: 1 stars
Summary: ...The Matlab online help is better
Review: ...The Matlab online help is better... If you've never used Matlab, C++, Fortran and are in high school (freshman), and want to get ready for college, don't buy this book. Buy the student version of Matlab and use the online help, it's just as good as this book. GUIs are barely even discussed (version 6) in this book. The GUIDE section (GUI creater) is 12 lines long. Why would anyone buy this book? The GUI section looks like it is right off the help screen.....yada, yada, ya......

Rating: 5 stars
Summary: Excellent resource
Review: A well written, comprehensive text covering the latest Matlab release (R12). I wouldn't recommend reading this book it's a little terse, but it is an ideal reference for new or experienced Matlab users.

This book was given to me by the Mathworks company during Matlab training. I think it speaks highly of the book that the creators of Matlab endorse this book.

Rating: 5 stars
Summary: From chapter 1 of the text
Review: FYI: This 814 page text cannot be as complete as the 4500+ pages of documentation that comes with MATLAB. It does assume that the user knows at least a little about programming (e.g., terms such as "array" and "For Loop" should be recognizable). This text is a comprehensive survey of the base MATLAB product, which has over 300 built in functions and over 1000 M-file functions. The text follows a rule of providing 80% of the information needed in 20% of the space needed to cover everything. The goals of this text are: (a) Introduce MATLAB to the novice user, (b) Document MATLAB for the experienced user, (c) Illustrate all key features, and (d) Most importantly, demonstrate by example how to write efficient MATLAB code. This text does not show you how to define data structures for a homework problem, but will help you solve it efficiently after the data structures are set up.

Rating: 5 stars
Summary: Materful Book
Review: I am going to also write a review on "Matlab Guide", I will be also comparing the two books in the reviews.

If you are considering Matlab as a scientific computing language - look no more. It has licensened the "Maple Kernal" as part of its "Math Symbolic ToolBox", it uses LAPAK from FORTRAN for the algorithms for Matrix operations; it uses a high level language (very C++ like) and its own consise syntax for matrix manipulations as well as "Handle Graphics" to produce impressive looking plots and reports. In otherwords, it combines the best of various approaches. If you do not know C++, I advise that learn that first before attempting to learn Matlab.

Comparing "Mastering Matlab 6" (MM6) to "Matlab Guide" (MG):

*Both books are NOT for absolute Beginners, I think the assumption is that you will first study the book that comes with Matlab and the supurb "Help" Documentation that comes with the program. There are also good starting out tutorials on the net - search: "Matlab; Tutorial". The US Navy has a consise tutorial to get you started.

*MM6 does a better job on teaching to the next level beyond the Mathworks supplied documentation and beggining Tutorials.

*MM6 WINS HANDSDOWN ON TEACHING version new to 6.0 specific features. You are short changing yourself by going for a 5.0 text.

*MM6 is geared more towards a programmer/scientist/engineer; whereas, MG is geared to a mathematician. MM6 is comprehensive (800 pages!), but well organized that you can branch off to a given chapter without covering all prior chapters. Because I had a problem to solve, I started on Chapter 18, "Interpolation" without any problems. If you have no immediate issue - taking the book in order is advised. BUT THE BOOK IS WELL CROSS-REFERENCED THAT you can jump ahead to a topc of interest.

**MM6 is real modern: There are 4 chapters (out of 28) that delve into the Object Oriented aspects of Matlab, interfacing to C or Fortran, Extending Matlab with Java and integrating Matlab with Windows using Active X. 7 Chapters are devoted to Graphics, Interface, Movies. 9 Chapters are devoted to Topics that a modern Scientist or Engineer would need to know to take advantage of Matlab: ODEs, Optimization, Fourier Analysis. MM6 covers the topics in detail. Other chapters really get down to the nitty gritty of the Matlab programming language.

I believe that MM6 is ideal for an Engineer/Scientist who is looking for a book to take him or her from the Apprentice to a Journeyman level in Matlab. Beyond that, the books would have to become more specialty (Chem E, Controls,...) orientated. This will get you to the plane where you can then focus on your specialty.

Rating: 5 stars
Summary: Materful Book
Review: I am going to also write a review on "Matlab Guide", I will be also comparing the two books in the reviews.

If you are considering Matlab as a scientific computing language - look no more. It has licensened the "Maple Kernal" as part of its "Math Symbolic ToolBox", it uses LAPAK from FORTRAN for the algorithms for Matrix operations; it uses a high level language (very C++ like) and its own consise syntax for matrix manipulations as well as "Handle Graphics" to produce impressive looking plots and reports. In otherwords, it combines the best of various approaches. If you do not know C++, I advise that learn that first before attempting to learn Matlab.

Comparing "Mastering Matlab 6" (MM6) to "Matlab Guide" (MG):

*Both books are NOT for absolute Beginners, I think the assumption is that you will first study the book that comes with Matlab and the supurb "Help" Documentation that comes with the program. There are also good starting out tutorials on the net - search: "Matlab; Tutorial". The US Navy has a consise tutorial to get you started.

*MM6 does a better job on teaching to the next level beyond the Mathworks supplied documentation and beggining Tutorials.

*MM6 WINS HANDSDOWN ON TEACHING version new to 6.0 specific features. You are short changing yourself by going for a 5.0 text.

*MM6 is geared more towards a programmer/scientist/engineer; whereas, MG is geared to a mathematician. MM6 is comprehensive (800 pages!), but well organized that you can branch off to a given chapter without covering all prior chapters. Because I had a problem to solve, I started on Chapter 18, "Interpolation" without any problems. If you have no immediate issue - taking the book in order is advised. BUT THE BOOK IS WELL CROSS-REFERENCED THAT you can jump ahead to a topc of interest.

**MM6 is real modern: There are 4 chapters (out of 28) that delve into the Object Oriented aspects of Matlab, interfacing to C or Fortran, Extending Matlab with Java and integrating Matlab with Windows using Active X. 7 Chapters are devoted to Graphics, Interface, Movies. 9 Chapters are devoted to Topics that a modern Scientist or Engineer would need to know to take advantage of Matlab: ODEs, Optimization, Fourier Analysis. MM6 covers the topics in detail. Other chapters really get down to the nitty gritty of the Matlab programming language.

I believe that MM6 is ideal for an Engineer/Scientist who is looking for a book to take him or her from the Apprentice to a Journeyman level in Matlab. Beyond that, the books would have to become more specialty (Chem E, Controls,...) orientated. This will get you to the plane where you can then focus on your specialty.

Rating: 5 stars
Summary: Good book for control engineers.
Review: Matlab is a powerful simulation tool for control engineers. This is a good book for enough practical examples and easy read. This book gives enough background for any simulations in control engineering. For implementation with microchip "PowerPC Programming Handbook" is the only other book you need. Having minimum necessary theoretical background and these books, you can make any electro mechanical systems work.

Rating: 5 stars
Summary: Good for the basics
Review: Most of my needs are fairly simple: some arithmetic, some algebra, some graphs, all as part of what I was really working on. Matlab is a helpful tool with legible syntax, and gives a good introduction to the first few dozen things I needed.

Matlab is very extensible. There are lots of specialty packages, GUI extensions, and hooks for custom programming. Fine. That's way past what I want right now. This gets me into Matlab and gets my job done.

Maybe experts want something more, but this is a good first book for anyone already familiar with programming.

Rating: 3 stars
Summary: Skip for GUI help
Review: The book is terrible for explaining GUIs, and the authors are shamelessly unapologetic about it:(p. 513) "It's difficult to illustrate GUI programming with examples because GUI-M files are very long and [...] difficult to illustrate." In other words, the authors found it too much work to actually be helpful, and their suggestion is just to randomly hunt for GUI code and figure it out. The rest of the book, however, is as good as the online documentation, sometimes better . . .

Rating: 1 stars
Summary: DON'T GET THIS BOOK!!
Review: the engineer's guide to matlab is MUCH BETTER!! there are no good examples showing how to fully utilize each function. the book is very basic and probably covers only about 1% of the full capabilities of matlab. after using this book i was no better prepared to handle any homework problem than if hadn't used the book!! i am extremely disappointed!!

Rating: 1 stars
Summary: DON'T GET THIS BOOK!!
Review: the engineer's guide to matlab is MUCH BETTER!! there are no good examples showing how to fully utilize each function. the book is very basic and probably covers only about 1% of the full capabilities of matlab. after using this book i was no better prepared to handle any homework problem than if hadn't used the book!! i am extremely disappointed!!


<< 1 2 3 >>

© 2004, ReviewFocus or its affiliates