扫一扫
关注中图网
官方微博
本类五星书更多>
-
>
决战行测5000题(言语理解与表达)
-
>
软件性能测试.分析与调优实践之路
-
>
第一行代码Android
-
>
深度学习
-
>
Unreal Engine 4蓝图完全学习教程
-
>
深入理解计算机系统-原书第3版
-
>
Word/Excel PPT 2013办公应用从入门到精通-(附赠1DVD.含语音视频教学+办公模板+PDF电子书)
MATLAB编程(第四版 版权信息
- ISBN:9787030305428
- 条形码:9787030305428 ; 978-7-03-030542-8
- 装帧:一般胶版纸
- 册数:暂无
- 重量:暂无
- 所属分类:>>
MATLAB编程(第四版 内容简介
《MATLAB编程(第四版)(英文***)》详细讲述了利用MATLAB解决典型技术问题的方法,包括自顶向下的程序设计方法、函数的使用、MATLAB内部工具的使用和数据结构、使用技巧和常见错误等。作者将MATLAB作为一种科技程序设计语言进行介绍,帮助读者编写出简洁、高效、组织良好的程序;同时,帮助读者使用MATLAB的扩展在线帮助功能来找到所需的函数。 《MATLAB编程(第四版)(英文***)》注重提高读者利用MATLAB解决实际问题的能力,为将来的学习与研究工作打下良好的基础。 《MATLAB编程(第四版)(英文***)》可作为工科各专业本科生的教学用书,也可作为工程技术人员的参考书。
MATLAB编程(第四版 目录
CHAPTER 1 Introduction to MATLAB
1.1 The Advantages of MATLAB
1.2 Disadvantages of MATLAB
1.3 The MATLAB Environment
1.3.1 The MATLAB Desktop
1.3.2 The Command Window
1.3.3 The Command History Window
1.3.4 The Start Button
1.3.5 The Edit/Debug Window
1.3.6 Figure Windows
1.3.7 Docking and Undocking Windows
1.3.8 The MATLAB Workspace
1.3.9 The Workspace Browser
1.3.10 Getting Help
1.3.11 A Few Important Commands
1.3.12 The MATLAB Search Path
1.4 Using MATLAB as a Scratch Pad
1.5 Summary
1.5.1 MATLAB Summary
1.6 Exercises
CHAPTER 2 MATLAB Basics
2.1 Variables and Arrays
2.2 Creating and Initializing Variables in MATLAB
2.2.1 Initializing Variables in Assignment Statements
2.2.2 Initializing with Shortcut Expressions
2.2.3 Initializing with Built-In Functions
2.2.4 Initializing Variables with Keyboard Input
2.3 Multidimensional Arrays
2.3.1 Storing Multidimensional Arrays in Memory
2.3.2 Accessing Multidimensional Arrays with One Dimension
2.4 Subarrays
2.4.1 The end Function
2.4.2 Using Subarrays on the Left-Hand Side of an Assignment Statement
2.4.3 Assigning a Scalar to a Subarray
2.5 Special Values
2.6 Displaying Output Data
2.6.1 Changing the Default Format
2.6.2 The disp function
2.6.3 Formatted Output with the fprintf Function
2.7 Data Files
2.8 Scalar and Array Operations
2.8.1 Scalar Operations
2.8.2 Array and Matrix Operations
2.9 Hierarchy of Operations
2.10 Built-in MATLAB Functions
2.10.1 Optional Results
2.10.2 Using MATLAB Functions with Array Inputs
2.10.3 Common MATLAB Functions
2.11 Introduction to Plotting
2.11.1 Using Simple xy Plots
2.11.2 Printing a Plot
2.11.3 Exporting a Plot as a Graphical Image
2.11.4 Multiple Plots
2.11.5 Line Color, Line Style, Marker Style, and Legends
2.11.6 Logarithmic Scales
2.12 Examples
2.13 Debugging MATLAB Programs
2.14 Summary
2.14.1 Summary of Good Programming Practice
2.14.2 MATLAB Summary
2.15 Exercises
……
CHAPTER 3 Branching Statements and Program Design
CHAPTER 4 Loops
CHAPTER 5 User-Defined Functions
CHAPTER 6 Additional Data Types and Plot Types
CHAPTER 7 Advanced Features: Sparse Arrays, Cell Arrays, Structures, and Function Handles
CHAPTER 8 Input/Output Functions
CHAPTER 9 Handle Graphics
1.1 The Advantages of MATLAB
1.2 Disadvantages of MATLAB
1.3 The MATLAB Environment
1.3.1 The MATLAB Desktop
1.3.2 The Command Window
1.3.3 The Command History Window
1.3.4 The Start Button
1.3.5 The Edit/Debug Window
1.3.6 Figure Windows
1.3.7 Docking and Undocking Windows
1.3.8 The MATLAB Workspace
1.3.9 The Workspace Browser
1.3.10 Getting Help
1.3.11 A Few Important Commands
1.3.12 The MATLAB Search Path
1.4 Using MATLAB as a Scratch Pad
1.5 Summary
1.5.1 MATLAB Summary
1.6 Exercises
CHAPTER 2 MATLAB Basics
2.1 Variables and Arrays
2.2 Creating and Initializing Variables in MATLAB
2.2.1 Initializing Variables in Assignment Statements
2.2.2 Initializing with Shortcut Expressions
2.2.3 Initializing with Built-In Functions
2.2.4 Initializing Variables with Keyboard Input
2.3 Multidimensional Arrays
2.3.1 Storing Multidimensional Arrays in Memory
2.3.2 Accessing Multidimensional Arrays with One Dimension
2.4 Subarrays
2.4.1 The end Function
2.4.2 Using Subarrays on the Left-Hand Side of an Assignment Statement
2.4.3 Assigning a Scalar to a Subarray
2.5 Special Values
2.6 Displaying Output Data
2.6.1 Changing the Default Format
2.6.2 The disp function
2.6.3 Formatted Output with the fprintf Function
2.7 Data Files
2.8 Scalar and Array Operations
2.8.1 Scalar Operations
2.8.2 Array and Matrix Operations
2.9 Hierarchy of Operations
2.10 Built-in MATLAB Functions
2.10.1 Optional Results
2.10.2 Using MATLAB Functions with Array Inputs
2.10.3 Common MATLAB Functions
2.11 Introduction to Plotting
2.11.1 Using Simple xy Plots
2.11.2 Printing a Plot
2.11.3 Exporting a Plot as a Graphical Image
2.11.4 Multiple Plots
2.11.5 Line Color, Line Style, Marker Style, and Legends
2.11.6 Logarithmic Scales
2.12 Examples
2.13 Debugging MATLAB Programs
2.14 Summary
2.14.1 Summary of Good Programming Practice
2.14.2 MATLAB Summary
2.15 Exercises
……
CHAPTER 3 Branching Statements and Program Design
CHAPTER 4 Loops
CHAPTER 5 User-Defined Functions
CHAPTER 6 Additional Data Types and Plot Types
CHAPTER 7 Advanced Features: Sparse Arrays, Cell Arrays, Structures, and Function Handles
CHAPTER 8 Input/Output Functions
CHAPTER 9 Handle Graphics
展开全部
书友推荐
- >
姑妈的宝刀
姑妈的宝刀
¥12.9¥30.0 - >
二体千字文
二体千字文
¥22.4¥40.0 - >
山海经
山海经
¥19.7¥68.0 - >
诗经-先民的歌唱
诗经-先民的歌唱
¥19.9¥39.8 - >
中国历史的瞬间
中国历史的瞬间
¥16.7¥38.0 - >
小考拉的故事-套装共3册
小考拉的故事-套装共3册
¥36.7¥68.0 - >
罗曼·罗兰读书随笔-精装
罗曼·罗兰读书随笔-精装
¥20.3¥58.0 - >
大红狗在马戏团-大红狗克里弗-助人
大红狗在马戏团-大红狗克里弗-助人
¥4.5¥10.0
本类畅销
-
网络工程师教程(第2版)
¥69.3¥99 -
Python 数据分析基础
¥41¥69 -
Python 3.5从零开始学
¥26.4¥59 -
虚拟化与容器技术
¥49.9¥69.8 -
UG NX 11.0工程图教程-(含1DVD)
¥30.4¥59.9 -
程序设计语言编译原理(第3版)
¥25.4¥39