MATLAB: An Introduction with Applications, (Record no. 2582)
[ view plain ]
000 -LEADER | |
---|---|
fixed length control field | 04660nam a22001817a 4500 |
005 - DATE AND TIME OF LATEST TRANSACTION | |
control field | 20250613110209.0 |
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION | |
fixed length control field | 250613b |||||||| |||| 00| 0 eng d |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9789357462174 |
082 ## - DEWEY DECIMAL CLASSIFICATION NUMBER | |
Classification number | 005.133 |
Item number | GIL |
100 ## - MAIN ENTRY--PERSONAL NAME | |
Personal name | Amos Gilat |
245 ## - TITLE STATEMENT | |
Title | MATLAB: An Introduction with Applications, |
Statement of responsibility, etc. | by Amos Gilat. |
250 ## - EDITION STATEMENT | |
Edition statement | 6th Edition |
260 ## - PUBLICATION, DISTRIBUTION, ETC. | |
Name of publisher, distributor, etc. | WILEY |
Date of publication, distribution, etc. | 2023 |
300 ## - PHYSICAL DESCRIPTION | |
Page number | 472 pages |
505 ## - FORMATTED CONTENTS NOTE | |
Title | Chapter 1 Starting with MATLAB<br/><br/>1.1 Installing MATLAB<br/><br/>1.2 System Requirements for Different Operating Platforms<br/><br/>1.3 Starting MATLAB, MATLAB Windows<br/><br/>1.4 Working in the Command Window<br/><br/>1.5 Arithmetic Operations with Scalars<br/><br/>1.6 Display Formats<br/><br/>1.7 Elementary Math Built-in Functions<br/><br/>1.8 Defining Scalar Variables<br/><br/>1.9 Useful Commands for Managing Variables<br/><br/>1.10 Script Files<br/><br/>1.11 Examples of MATLAB Applications<br/><br/>Chapter 2 Creating Arrays<br/><br/>2.1 Creating a One-Dimensional Array (Vector)<br/><br/>2.2 Creating a Two-Dimensional Array (Matrix)<br/><br/>2.3 Notes About Variables in MATLAB<br/><br/>2.4 The Transpose Operator<br/><br/>2.5 Array Addressing<br/><br/>2.6 Using a Colon: In Addressing Arrays<br/><br/>2.7 Adding Elements to Existing Variables<br/><br/>2.8 Deleting Elements<br/><br/>2.9 Built-in Functions for Handling Arrays<br/><br/>2.10 Strings and Strings as Variables<br/><br/>Chapter 3 Mathematical Operations with Arrays<br/><br/>3.1 Addition and Subtraction<br/><br/>3.2 Array Multiplication<br/><br/>3.3 Array Division<br/><br/>3.4 Element-by-Element Operations<br/><br/>3.5 Using Arrays in MATLAB Built-in Math Functions<br/><br/>3.6 Built-in Functions for Analyzing Arrays<br/><br/>3.7 Generation of Random Numbers<br/><br/>3.8 Examples of MATLAB Applications<br/><br/>Chapter 4 Using Script Files and Managing Data<br/><br/>4.1 The MATLAB Workspace and the Workspace Window<br/><br/>4.2 Input to a Script File<br/><br/>4.3 Output Commands<br/><br/>4.4 The save and load Commands<br/><br/>4.5 Importing and Exporting Data<br/><br/>4.6 Examples of MATLAB Applications<br/><br/>Chapter 5 Two-Dimensional Plots<br/><br/>5.1 The plot Command<br/><br/>5.2 The fplot Command<br/><br/>5.3 Plotting Multiple Graphs in the Same Plot<br/><br/>5.4 Formatting a Plot<br/><br/>5.5 Plots with Logarithmic Axes<br/><br/>5.6 Plots with Error Bars<br/><br/>5.7 Plots with Special Graphics<br/><br/>5.8 Histograms<br/><br/>5.9 Polar Plots<br/><br/>5.10 Putting Multiple Plots on the Same Page<br/><br/>5.11 Multiple Figure Windows<br/><br/>5.12 Plotting Using the Plots Toolstrip<br/><br/>5.13 Examples of MATLAB Applications<br/><br/>Chapter 6 Programming in MATLAB<br/><br/>6.1 Relational and Logical Operators<br/><br/>6.2 Conditional Statements<br/><br/>6.3 The switch-case Statement<br/><br/>6.4 Loops<br/><br/>6.5 Nested Loops and Nested Conditional Statements<br/><br/>6.6 The break and continue Commands<br/><br/>6.7 Examples of MATLAB Applications<br/><br/>Chapter 7 User-Defined Functions and Function Files<br/><br/>7.1 Creating a Function File<br/><br/>7.2 Structure of a Function File<br/><br/>7.3 Local and Global Variables<br/><br/>7.4 Saving a Function File<br/><br/>7.5 Using a User-Defined Function<br/><br/>7.6 Examples of Simple User-Defined Functions<br/><br/>7.7 Comparison between Script Files and Function Files<br/><br/>7.8 Anonymous Functions<br/><br/>7.9 Function Functions<br/><br/>7.10 Subfunctions<br/><br/>7.11 Nested Functions<br/><br/>7.12 Examples of MATLAB Applications<br/><br/>Chapter 8 Polynomials, Curve Fitting, and Interpolation<br/><br/>8.1 Polynomials<br/><br/>8.2 Curve Fitting<br/><br/>8.2.1 Curve Fitting with Polynomials; The polyfit Function<br/><br/>8.2.2 Curve Fitting with Functions Other than Polynomials<br/><br/>8.3 Interpolation<br/><br/>8.4 The Basic Fitting Interface<br/><br/>8.5 Examples of MATLAB Applications<br/><br/>Chapter 9 Applications in Numerical Analysis<br/><br/>9.1 Solving an Equation with One Variable<br/><br/>9.2 Finding a Minimum or a Maximum of a Function<br/><br/>9.3 Numerical Integration<br/><br/>9.4 Ordinary Differential Equations<br/><br/>9.5 Examples of MATLAB Applications<br/><br/>Chapter 10 Three-Dimensional Plots<br/><br/>10.1 Line Plots<br/><br/>10.2 Mesh and Surface Plots<br/><br/>10.3 Plots with Special Graphics<br/><br/>10.4 The view Command<br/><br/>10.5 Examples of MATLAB Applications<br/><br/>Chapter 11 Symbolic Math<br/><br/>11.1 Symbolic Objects and Symbolic Expressions<br/><br/>11.2 Changing the Form of an Existing Symbolic Expression<br/><br/>11.3 Solving Algebraic Equations<br/><br/>11.4 Differentiation<br/><br/>11.5 Integration<br/><br/>11.6 Solving an Ordinary Differential Equation<br/><br/>11.7 Plotting Symbolic Expressions<br/><br/>11.8 Numerical Calculations with Symbolic Expressions<br/><br/>11.9 Computing Partial Derivatives<br/><br/>11.10 Examples of MATLAB Applications<br/><br/>Chapter 12 Simulink<br/><br/>12.1 Introduction<br/><br/>12.2 Simulink Environment Fundamentals<br/><br/>12.3 Model-Based Design with Simulink<br/><br/>12.4 Simulink-Supported Hardware<br/><br/>12.5 Examples<br/><br/>Chapter 13 Machine Learning (Available Online at Wiley.com)<br/><br/>Appendix: Summary of Characters, Commands, and Functions<br/><br/>Index |
650 ## - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | computer programming languages. |
942 ## - ADDED ENTRY ELEMENTS (KOHA) | |
Source of classification or shelving scheme | Dewey Decimal Classification |
Koha item type | Books |
Withdrawn status | Lost status | Source of classification or shelving scheme | Damaged status | Not for loan | Collection code | Home library | Current library | Date acquired | Source of acquisition | Cost, normal purchase price | Inventory number | Total Checkouts | Full call number | Barcode | Date last seen | Cost, replacement price | Price effective from | Currency | Koha item type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Dewey Decimal Classification | Non-fiction | IIITDM Kurnool | IIITDM Kurnool | 13.06.2025 | Technical Bureau India | 849.00 | TB419 DT 19/5/2025 | 005.133 GIL | 0007492 | 13.06.2025 | 849.00 | 13.06.2025 | INR | Books | |||||
Dewey Decimal Classification | Non-fiction | IIITDM Kurnool | IIITDM Kurnool | 13.06.2025 | Technical Bureau India | 849.00 | TB419 DT 19/5/2025 | 005.133 GIL | 0007493 | 13.06.2025 | 849.00 | 13.06.2025 | INR | Books | |||||
Dewey Decimal Classification | Non-fiction | IIITDM Kurnool | IIITDM Kurnool | 13.06.2025 | Technical Bureau India | 849.00 | TB419 DT 19/5/2025 | 005.133 GIL | 0007494 | 13.06.2025 | 849.00 | 13.06.2025 | INR | Books | |||||
Dewey Decimal Classification | Non-fiction | IIITDM Kurnool | IIITDM Kurnool | 13.06.2025 | Technical Bureau India | 849.00 | TB419 DT 19/5/2025 | 005.133 GIL | 0007495 | 13.06.2025 | 849.00 | 13.06.2025 | INR | Books | |||||
Dewey Decimal Classification | Non-fiction | IIITDM Kurnool | IIITDM Kurnool | 13.06.2025 | Technical Bureau India | 849.00 | TB419 DT 19/5/2025 | 005.133 GIL | 0007496 | 13.06.2025 | 849.00 | 13.06.2025 | INR | Books |