Bild 1 von 1

Galerie
Bild 1 von 1

MATLAB Primer by Timothy A Davis: New
US $41,21
Ca.CHF 34,60
Artikelzustand:
Neu
Neues, ungelesenes, ungebrauchtes Buch in makellosem Zustand ohne fehlende oder beschädigte Seiten. Genauere Einzelheiten entnehmen Sie bitte dem Angebot des Verkäufers.
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Versand:
Kostenlos Standard Shipping.
Standort: Sparks, Nevada, USA
Lieferung:
Lieferung zwischen Sa, 17. Mai und Mi, 21. Mai nach 43230 bei heutigem Zahlungseingang
Rücknahme:
30 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
Zahlungen:
Sicher einkaufen
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:363983798785
Artikelmerkmale
- Artikelzustand
- Book Title
- MATLAB Primer
- Publication Date
- 2010-08-18
- Edition Number
- 8
- Pages
- 248
- ISBN
- 9781439828625
Über dieses Produkt
Product Identifiers
Publisher
CRC Press LLC
ISBN-10
1439828628
ISBN-13
9781439828625
eBay Product ID (ePID)
78703257
Product Key Features
Number of Pages
248 Pages
Publication Name
Matlab Primer
Language
English
Subject
Mathematical & Statistical Software, Numerical Analysis, General, Applied
Publication Year
2010
Type
Textbook
Subject Area
Mathematics, Computers
Format
Trade Paperback
Dimensions
Item Height
0.3 in
Item Weight
5.6 Oz
Item Length
6.5 in
Item Width
4.1 in
Additional Product Features
Edition Number
8
Intended Audience
College Audience
LCCN
2010-023858
Reviews
This primer is a useful little booklet. It presents language features in a progressive manner, with the easy things first and more sophisticated features built onto these. e it also serves as a reference work and is a useful supplement to the online help that comes with MATLAB itself. e The presentation throughout is clear and concise, with the text enlivened by illustrative examples where appropriate. Altogether, the book is a complete course in MATLAB, including a careful introduction to object-oriented programming and other advanced and powerful features. I highly recommend this book to MATLAB users at all levels of expertise. e"J.C. Butcher, Computing Reviews, October 2011 After many years away from MATLAB, I am now picking it up again to do some research in signal processing strategies for cochlear implants. As I got into it, I realized that I had forgotten enough of the details as to be pretty useless so I got this book and started from scratch. I love this book! Extremely well written. I especially like the examples that the author intentionally e~botchede(tm) in order to make teaching points. e"J. Mark Elder, M.D., Ph.D., Aztek Networks, Inc, Boulder, Colorado, USA, After many years away from MATLAB, I am now picking it up again to do some research in signal processing strategies for cochlear implants. As I got into it, I realized that I had forgotten enough of the details as to be pretty useless so I got this book and started from scratch. I love this book! Extremely well written. I especially like the examples that the author intentionally 'botched' in order to make teaching points. -J. Mark Elder, M.D., Ph.D., Aztek Networks, Inc, Boulder, Colorado, USA, This primer is a useful little booklet. It presents language features in a progressive manner, with the easy things first and more sophisticated features built onto these. 'e¦ it also serves as a reference work and is a useful supplement to the online help that comes with MATLAB itself. 'e¦ The presentation throughout is clear and concise, with the text enlivened by illustrative examples where appropriate. Altogether, the book is a complete course in MATLAB, including a careful introduction to object-oriented programming and other advanced and powerful features. I highly recommend this book to MATLAB users at all levels of expertise. 'e"J.C. Butcher, Computing Reviews, October 2011 After many years away from MATLAB, I am now picking it up again to do some research in signal processing strategies for cochlear implants. As I got into it, I realized that I had forgotten enough of the details as to be pretty useless so I got this book and started from scratch. I love this book! Extremely well written. I especially like the examples that the author intentionally 'e~botched'e(tm) in order to make teaching points. 'e"J. Mark Elder, M.D., Ph.D., Aztek Networks, Inc, Boulder, Colorado, USA, This primer is a useful little booklet. It presents language features in a progressive manner, with the easy things first and more sophisticated features built onto these. ... it also serves as a reference work and is a useful supplement to the online help that comes with MATLAB itself. ... The presentation throughout is clear and concise, with the text enlivened by illustrative examples where appropriate. Altogether, the book is a complete course in MATLAB, including a careful introduction to object-oriented programming and other advanced and powerful features. I highly recommend this book to MATLAB users at all levels of expertise. --J.C. Butcher, Computing Reviews, October 2011 After many years away from MATLAB, I am now picking it up again to do some research in signal processing strategies for cochlear implants. As I got into it, I realized that I had forgotten enough of the details as to be pretty useless so I got this book and started from scratch. I love this book! Extremely well written. I especially like the examples that the author intentionally 'botched' in order to make teaching points. --J. Mark Elder, M.D., Ph.D., Aztek Networks, Inc, Boulder, Colorado, USA, This primer is a useful little booklet. It presents language features in a progressive manner, with the easy things first and more sophisticated features built onto these. … it also serves as a reference work and is a useful supplement to the online help that comes with MATLAB itself. … The presentation throughout is clear and concise, with the text enlivened by illustrative examples where appropriate. Altogether, the book is a complete course in MATLAB, including a careful introduction to object-oriented programming and other advanced and powerful features. I highly recommend this book to MATLAB users at all levels of expertise. -J.C. Butcher, Computing Reviews, October 2011 After many years away from MATLAB, I am now picking it up again to do some research in signal processing strategies for cochlear implants. As I got into it, I realized that I had forgotten enough of the details as to be pretty useless so I got this book and started from scratch. I love this book! Extremely well written. I especially like the examples that the author intentionally 'botched' in order to make teaching points. -J. Mark Elder, M.D., Ph.D., Aztek Networks, Inc, Boulder, Colorado, USA
Illustrated
Yes
Dewey Decimal
518
Table Of Content
Getting Started The MATLAB Desktop Command window Command history window Current folder window Workspace window Help window File exchange window Variable editor window Matrices and Matrix Operations Referencing individual entries Matrix operators Matrix division (slash and backslash) Entry-wise operators Relational operators Complex numbers Strings Submatrices and Colon Notation Generating vectors Accessing submatrices MATLAB Functions Constructing matrices Scalar functions Vector functions and data analysis Matrix functions The linsolve function The find function 1-D indexing and the reshape function Logical indexing The bsxfun and repmat functions M-Files M-file editor window Script files Function files Multiple inputs and outputs Variable arguments Unused arguments Comments and documentation The MATLAB path Control Flow Statements The for loop The while loop The if statement The switch statement The try/catch statement Matrix expressions (if and while) Infinite loops Advanced Data Structures Cell arrays Structs Sets Other data types Object-Oriented Programming Object methods Object inheritance and abstract classes Object attributes A more extensive example Object handle classes Advanced M-File Features Function handles and anonymous functions Name resolution Error and warning messages User input Performance measures Efficient code Code Development Tools Code analyzer (M-lint) report Advanced editor features TODO/FIXME report Help report Contents report Dependency report Profiler tool and coverage report File and folder comparison tool Calling C from MATLAB A simple example C versus MATLAB arrays A matrix computation in C MATLAB mx and mex routines Online help for MEX routines Larger examples on the web Calling Fortran from MATLAB Solving a transposed system A Fortran mexFunction with %val If you cannot use %val Calling Java from MATLAB A simple example Encryption/decryption Java class path Calling your own Java methods Loading a URL as a matrix Two-Dimensional Graphics Planar plots Multiple figures Graph of a function Parametrically defined curves Titles, labels, text in a graph Control of axes and scaling Multiple plots Line types, marker types, colors Subplots and specialized plots Graphics hard copy Three-Dimensional Graphics Curve plots Mesh and surface plots Parametrically defined surfaces Volume and vector visualization Color shading and color profile Perspective of view Advanced Graphics Handle graphics Graphical user interface Images Sparse Matrix Computations Storage modes Generating sparse matrices Computation with sparse matrices Permutation vectors and matrices Visualizing matrices The Symbolic Math Toolbox Symbolic variables Calculus Variable precision arithmetic Numeric and symbolic substitution Algebraic simplification Two-dimensional graphs Three-dimensional surface graphs Three-dimensional curves Symbolic matrix operations Symbolic linear algebraic functions Solving algebraic equations Solving differential equations Further MuPAD access Polynomials, Interpolation, and Integration Representing polynomials Evaluating polynomials Polynomial interpolation Numeric integration (quadrature) Solving Equations Symbolic equations Linear systems of equations Polynomial roots Nonlinear equations Ordinary differential equations Other differential equations Displaying Results Cell Publishing Appendix A: The MATLAB Top 500 Appendix B: Desktop Tools and Development Environment Appendix C: Data Import and Export Appendix D: Mathematics Appendix E: Data Analysis Appendix F: Programming and Data Types Appendix G: Object-Oriented Programming Appendix H: Graphics Appendix I: 3-D Visualization Appendix J: GUI Development Appendix K: External Interfaces Appendix L: Symbolic Math Toolbox Index
Synopsis
Highlighting the new aspects of MATLAB® 7.10 and expanding on many existing features, MATLAB® Primer, Eighth Edition shows you how to solve problems in science, engineering, and mathematics. Now in its eighth edition, this popular primer continues to offer a hands-on, step-by-step introduction to using the powerful tools of MATLAB. New to the Eighth Edition A new chapter on object-oriented programming Discussion of the MATLAB File Exchange window, which provides direct access to over 10,000 submissions by MATLAB users Major changes to the MATLAB Editor, such as code folding and the integration of the Code Analyzer (M-Lint) into the Editor Explanation of more powerful Help tools, such as quick help popups for functions via the Function Browser The new bsxfun function A synopsis of each of the MATLAB Top 500 most frequently used functions, operators, and special characters The addition of several useful features, including sets, logical indexing, isequal, repmat, reshape, varargin, and varargout The book takes you through a series of simple examples that become progressively more complex. Starting with the core components of the MATLAB desktop, it demonstrates how to handle basic matrix operations and expressions in MATLAB. The text then introduces commonly used functions and explains how to write your own functions, before covering advanced features, such as object-oriented programming, calling other languages from MATLAB, and MATLAB graphics. It also presents an in-depth look at the Symbolic Toolbox, which solves problems analytically rather than numerically., Highlighting the new aspects of MATLAB(R) 7.10 and expanding on many existing features, MATLAB(R) Primer, Eighth Edition shows you how to solve problems in science, engineering, and mathematics. Now in its eighth edition, this popular primer continues to offer a hands-on, step-by-step introduction to using the powerful tools of MATLAB. New to the Eighth Edition A new chapter on object-oriented programming Discussion of the MATLAB File Exchange window, which provides direct access to over 10,000 submissions by MATLAB users Major changes to the MATLAB Editor, such as code folding and the integration of the Code Analyzer (M-Lint) into the Editor Explanation of more powerful Help tools, such as quick help popups for functions via the Function Browser The new bsxfun function A synopsis of each of the MATLAB Top 500 most frequently used functions, operators, and special characters The addition of several useful features, including sets, logical indexing, isequal, repmat, reshape, varargin, and varargout The book takes you through a series of simple examples that become progressively more complex. Starting with the core components of the MATLAB desktop, it demonstrates how to handle basic matrix operations and expressions in MATLAB. The text then introduces commonly used functions and explains how to write your own functions, before covering advanced features, such as object-oriented programming, calling other languages from MATLAB, and MATLAB graphics. It also presents an in-depth look at the Symbolic Toolbox, which solves problems analytically rather than numerically.
LC Classification Number
QA297
Artikelbeschreibung des Verkäufers
Info zu diesem Verkäufer
AlibrisBooks
98,5% positive Bewertungen•1.9 Mio. Artikel verkauft
Angemeldet als gewerblicher Verkäufer
Verkäuferbewertungen (503'781)
- ***** (342)- Bewertung vom Käufer.Letzter MonatBestätigter KaufLooks like brand new. Hard to believe it's used.
- d***e (1278)- Bewertung vom Käufer.Letzter MonatBestätigter Kauflove my new book thank you
- r***o (1069)- Bewertung vom Käufer.Letzter MonatBestätigter KaufSuper fast shipping and item was packaged 📦 so the item was not damaged or cracked
Noch mehr entdecken:
- Timothy Zahn Belletristik-Bücher,
- Timothy-Zahn-Star-Wars - Belletristik-Bücher,
- Deutsche Bücher Timothy Zahn Belletristik,
- Timothy-Zahn-Taschenbuch-Belletristik - Bücher,
- Jim Davis Belletristik-Bücher,
- New Age Sachbuch Bücher,
- Robert-A. - Heinlein-Belletristik-Bücher,
- Michael-A. - Singer-Sachbuch Bücher,
- Deutsche Bücher Robert-A. - Heinlein-Belletristik,
- Robert-A. - Heinlein-Taschenbuch-Belletristik-Bücher