MATLAB : an introduction with applications / (Record no. 2891)

MARC details
000 -LEADER
fixed length control field 04884cam a2200169 i 4500
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9788126513949 (pb)
040 ## - CATALOGING SOURCE
Transcribing agency CUS
082 00 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 005.45
Item number GIL/M
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Gilat, Amos.
245 10 - TITLE STATEMENT
Title MATLAB : an introduction with applications /
Statement of responsibility, etc. Amos Gilat
260 ## - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)
Place of publication, distribution, etc. New Delhi :
Name of publisher, distributor, etc. Wiley ,
Date of publication, distribution, etc. 2004.
300 ## - PHYSICAL DESCRIPTION
Extent vii, 296 p.
Other physical details ill. ;
500 ## - GENERAL NOTE
General note Includes index.
505 ## - FORMATTED CONTENTS NOTE
Formatted contents note Chapter 1 Starting with MATLAB 5<br/>1.1 Starting MATLAB, MATLAB Windows 5<br/>1.2 Working in the Command Window 8<br/>1.3 Arithmetic Operations WITH ScALARS 10<br/>1.3.1 Order of Precedence 10<br/>1.3.2 Using MATLAB as a Calculator 11<br/>1.4 Display Formats 12<br/>1.5 Elementary Math Built-B^ Functions 13<br/>1.6 Defining Scalar Variables 15<br/>1.6.1 The Assignment Operator 15<br/>1.6.2 Rules About Variable Names 18<br/>1.6.3 Predefined Variables 18<br/>1.7 Useful Commands FOR Managing Variables 18<br/>1.8 Examples of MATLAB Applications 19<br/>1.9 Problems 22<br/>Chapter 2 Creating Arrays 27<br/>2.1 Creating a One-Dimensional Array (VEctor) 27<br/>2.2 Creating A Two-Dimensional Array (MATRIX) 30<br/>2.2.1 The zeros, ones and eye Commands 32<br/>2.3 Notes About Variables IN MATLAB 33<br/>2.4 The Transpose Operator 33<br/>2.5 Array Addressing 34<br/>2.5.1 Vector 34<br/>2.5.2 Matrix 35<br/>2.6 Using A Colon : in Addressing Arrays 36<br/>2.7 Adding Elements TO Existing Variables 38<br/>2.8 Deleting Elements 40<br/>2.9 BuiLT-lN Functions FOR Handling Arrays 41<br/>2.10 Strings and Strings as Variables 46<br/>2.11 Problems 48<br/>Chapter 3 Mathematical Operations with Arravs 51<br/>3.1 Addition AND Subtraction 52<br/>3.2 Array Multiplication 53<br/>3.3 Array Division 56<br/>3.4 Element-by-Element Operations 60<br/>3.5 Using Arrays IN MATLAB Built-In Math Functions 63<br/>3.6 Built-In Functions for Analyzing Arrays 64<br/>3.7 Generation OF Random Numbers 65<br/>3.8 Examples of MATLAB Applications 67<br/>3.9 Problems 73<br/>Chapter 4 Script Files 77<br/>4.1 Notes About Script Files 77<br/>4.2 Creating and Saving a Script File 78<br/>4.3 Running a Script File 79<br/>4.3.1 Current directory 79<br/>4.3.2 Search path 81<br/>4.4 Global Variables 81<br/>4.5 Input TO A Script File 81<br/>4.6 Output Commands 84<br/>4.6.1 The disp Command 85<br/>4.6.2 The fprintf Command 87<br/>4.7 Examples of MATLAB Applications 95<br/>4.8 Problems lOO<br/>Chapter 5 Two-Dimensional Plots 105<br/>5.1 The plot Command 106<br/>5.1.1 Plot of Given Data 110<br/>5.1.2 Plot of a Function 111<br/>5.2 The fplot Command 112<br/>5.3 Plotting Multiple Graphs IN THE Same Plot 114<br/>5.3.1 Using the plot Command 1L4<br/>5.3.2 Using the hold on, hold of f Commands 115<br/>5.3.3 Using the line Command 115<br/>5.4 Formatting a Plot 116<br/>5.4.1 Formatting a Plot Using Commands 117<br/>5.4.2 Formatting a Plot Using the Plot Editor 121<br/>5.5 Plots WITH Logarithmic Axes 122<br/>'6 A<br/>V i<br/>5.6 Plots WITH Special Graphics 123<br/>5.7 Histograms 124<br/>5.8 POLAR Plots 127<br/>5.9 Plotting Multiple Plots on the Same Page 128<br/>5.10 Examples of MATLAB Applications 129<br/>5.11 Problems 133<br/>Chapter 6 Functions and Function Files 139<br/>6.1 Creating a Function File 140<br/>6.2 Structure of a Function File 141<br/>6.2.1 Function Definition Line 141<br/>6.2.2 Input and Output Arguments 142<br/>6.2.3 The HI Line and Help Text Lines 143<br/>6.2.4 Function Body 144<br/>6.3 Local and Global Variables 144<br/>6.4 Saving A Function File 145<br/>6.5 Using A Function File 146<br/>6.6 Examples OF Simple Function Files 147<br/>6.7 Comparison Between Script Files and Function Files 149<br/>6.8 Inline Functions 149<br/>6.9 The f eval COMMAND 152<br/>6.10 Examples of MATLAB Applications 153<br/>6.11 Problems 157<br/>Chapter 7 Programming in MATLAB 163<br/>7.1 relational and Logical Operators 164<br/>7.2 Conditional Statements 172<br/>7.2.1 The if-end Structure 172<br/>7.2.2 The if-else-end Structure 174<br/>7.2.3 The if-elseif-else-end Structure 176<br/>7.3 The switch-case Statement 177<br/>7.4 LOOPS 180<br/>7.4.1 for-end Loops 180<br/>7.4.2 while-end Loops 185<br/>7.5 Nested LOOPS AND Nested Conditional Statements 188<br/>7.6 The break AND continue Commands 190<br/>7.7 Examples of MATLAB Applications 191<br/>7.8 Problems 199<br/>Chapters Polynomials, Curve Fitting, and Interpolation 205<br/>8.1 Polynomials 205<br/>8.1.1 Value of a Polynomial 206<br/>8.1.2 Roots of a Polynomial 207<br/>8.1.3 Addition, Multiplication, and Division of Polynomials 208<br/>8.1.4 Derivatives of Polynomials 210<br/>8.2 Curve Fitting 211<br/>8.2.1 Curve Fitting with Polynomials, the polyfit Function 211<br/>8.2.2 Curve Fitting with Functions Other than Polynomials 215<br/>8.3 Interpolation 218<br/>8.4 The Basic Fitting Interface 222<br/>8.5 Examples OF MATLAB Applications 225<br/>8.6 Problems 231<br/>Chapter 9 Three-Dimensional Plots 237<br/>9.1 Line Plots 237<br/>Mesh and Surface Plots 238<br/>9.2<br/>9.3<br/>9.4<br/>9.5<br/>Plots WITH Special Graphics 245<br/>The view Command 246<br/>Examples of MATLAB Applications 249<br/>9.6 Problems 254<br/>Chapter 10 Applications in Numerical Analysis 259<br/>10.1 Solving an Equation with One Variable 259<br/>10.2 Finding a Minimum or a Maximum of a Function<br/>10.3 Numerical Integration 263<br/>10.4 Ordinary Differential Equations 266<br/>10.5 Examples of MATLAB Applications 270<br/>10.6 Problems 276<br/><br/>
650 #0 - SUBJECT
Keyword Numerical Analysis
General subdivision Data processing.
942 ## - ADDED ENTRY ELEMENTS (KOHA)
Koha item type General Books
Holdings
Withdrawn status Lost status Damaged status Not for loan Home library Current library Shelving location Date acquired Full call number Accession number Date last seen Date last checked out Koha item type
        Central Library, Sikkim University Central Library, Sikkim University General Book Section 15/06/2016 005.45 GIL/M P19023 01/04/2024 26/02/2024 General Books
SIKKIM UNIVERSITY
University Portal | Contact Librarian | Library Portal

Powered by Koha