{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

MATLAB从入门到精通(第2版)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

MATLAB从入门到精通(第2版)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

1.内容全面,突出技巧
从基础的变量、函数、数据类型等入手,到数学分析,图形可视化,Simulink仿真,文件读写等,全面详细地帮助读者掌握MATLAB的操作和使用技巧。
2.版本经典,注重基础
虽然MathWorks公司不断推出新版本,但在基础编程、基础知识和基础操作方面保持了一贯的稳定性。本书在编写时兼顾了版本的更新和内容的稳定。
3.深入讲解,示例清楚
本书对函数或命令中比较常用的部分进行重点分析讲解。同时通过示例对函数和命令中的一些典型知识点进行深入剖析,从而帮助读者真正掌握MATLAB。
4.精心编排,便于查阅
本书在讲述MATLAB功能时,精心选择了有代表性的示例。并将相关内容和函数命令通过表格的形式归纳小结,从而便于读者在学习的同时翻阅查找相关部分的命令和函数。
Content Description

《MATLAB从入门到精通(第2版)》以MATLAB7.x软件为基础,系统讲解了MATLAB基本环境和操作方法;分章阐述了矩阵计算、数值计算、符号计算、数据可视化、数据分析、M文件编写、Simulink仿真、句柄图形、图形用户界面、文件读写、MATLAB编译器、应用程序接口等内容;结合相关的函数或命令,精心编写了一些具体的示例,充分说明了具体函数和命令的使用方法。
我社网站提供本书全部示例的源代码,可帮助读者更好地理解书中的内容并更快地掌握MATLAB的使用方法。
《MATLAB从入门到精通(第2版)》内容充实、结构紧凑,既可作为高校学生系统学习MATLAB的书籍,也可以作为广大科研和工程技术人员在工作中使用MATLAB的参考书。
Catalogue

第1章MATLAB7.x概述
1.1MATLAB简介
1.1.1MATLAB的发展
1.1.2MATLAB的主要特点
1.2MATLAB7.x的安装
1.3MATLAB7.x的运行环境
1.3.1MATLAB7.x的启动
1.3.2MATLAB7.x的工作环境
1.3.3命令窗口(CommandWindow)
1.3.4历史命令(HistoryCommand)窗口
1.3.5目录和文件管理
1.3.6搜索路径管理
1.3.7工作空间和数组编辑器
1.3.8工作空间数据的保存
1.4MATLAB7.x的帮助系统
1.4.1命令行帮助查询
1.4.2演示帮助查看
1.4.3内容帮助浏览
1.4.4索引方式查询帮助文件
1.4.5查询帮助文件
1.5本章小结

第2章MATLAB基础知识
2.1MATLAB计算的介绍
2.1.1简单的计算示例
2.1.2基本的数学运算符号
2.1.3命令行中的常用标点
2.1.4命令窗口中的常用操作和编辑命令
2.1.5命令窗口的显示
2.2数值、变量和表达式
2.3数值数据类型
2.3.1整数
2.3.2浮点数
2.3.3整型浮点数间的操作函数
2.3.4复数
2.3.5常见的数学函数
2.4数组
2.4.1一维数组的创建
2.4.2多维数组的创建
2.4.3数组的运算
2.4.4常用的标准数组
2.4.5低维数组的寻址和搜索
2.4.6低维数组的处理函数
2.4.7高维数组的处理和运算
2.5单元数组和结构体
2.5.1单元数组的创建和操作
2.5.2单元数组函数
2.5.3结构体创建
2.5.4结构体函数
2.6字符串
2.6.1字符串创建和简单操作
2.6.2正则表达式搜索字符串
2.7关系和逻辑运算
2.7.1关系运算符
2.7.2逻辑运算符
2.7.3关系和逻辑函数
2.8本章小结

第3章矩阵运算
3.1矩阵函数和特殊矩阵
3.1.1常见的矩阵处理函数
3.1.2特殊矩阵
3.1.3稀疏矩阵
3.2矩阵分析
3.2.1范数分析
3.2.2条件数分析
3.2.3矩阵的行列式
3.3线性方程组
3.3.1恰定方程组
3.3.2欠定方程组
3.3.3超定方程组
3.4矩阵分解
3.4.1Cholesky分解
3.4.2不完全Cholesky分解
3.4.3LU分解
3.4.4不完全LU分解
3.4.5QR分解
3.4.6奇异值分解
3.5特征值分析
3.5.1特征值和特征向量
3.5.2稀疏矩阵的特征值和特征向量
3.5.3特征值的条件数
3.5.4特征值的复数问题
3.6本章小结

第4章MATLAB7.x编程基础
4.1M文件编辑器
4.1.1打开M文件编辑器
4.1.2M文件编辑器的设置
4.1.3M文件编辑器的打印属性设置
4.2M脚本文件的编写
4.3流程控制
4.3.1for循环结构
4.3.2while循环结构
4.3.3if判断结构
4.3.4switch分支选择结构
4.3.5try-catch结构
4.4控制命令
4.4.1continue命令
4.4.2break命令
4.4.3return命令
4.4.4input命令
4.4.5keyboard命令
4.4.6error和warning命令
4.5程序的向量化概念
4.5.1程序的向量化
4.5.2向量化和循环结构的对比
4.5.3逻辑数组和向量化
4.6M函数文件
4.6.1函数文件的创建
4.6.2伪码文件
4.6.3输入输出参数
4.6.4任意个数输入输出参数
4.6.5函数句柄和匿名函数
4.7程序的调试和剖析
4.7.1程序调试的常见错误
4.7.2直接调试方法
4.7.3通过工具调试
4.7.4M文件剖析
4.8本章小结

第5章数据可视化
5.1图形绘制示例
5.2二维图形绘制
5.2.1plot函数
5.2.2线型、标记和颜色
5.2.3图形坐标轴设置
5.2.4多个图形叠绘及多个图形窗口
5.2.5子图绘制
5.2.6交互式绘图和屏幕刷新
5.2.7plotyy函数绘制双坐标轴
5.2.8easy绘图命令
5.3三维图形绘制
5.3.1曲线图绘制
5.3.2网格图绘制
5.3.3曲面图的绘制
5.3.4绘制等值线图
5.4四维图形可视化
5.4.1slice切片命令
5.4.2其他slice函数
5.4.3等值面图绘制
5.5复数变量图形绘制
5.6特殊图形绘制
5.6.1area区域绘图
5.6.2pie饼图绘制
5.6.3直方图和梯形图
5.6.4矢量分布图绘制
5.6.5误差线图形绘制
5.6.6离散数据绘制
5.6.7伪色彩图绘制
5.6.8极坐标图形绘制
5.7图形的打印输出
5.8本章小结

第6章数据分析
6.1数据插值
6.1.1一维插值
6.1.2二维插值
6.1.3样条插值
6.2曲线拟合
6.3图形界面曲线拟合
6.3.1曲线拟合示例
6.3.2拟合残差图形绘制
6.3.3数据预测
6.4傅里叶分析
6.4.1离散傅里叶变换
6.4.2傅里叶变换相关的常用函数
6.4.3傅里叶级数
6.4.4使用FFT进行插值
6.5优化问题
6.5.1非线性无约束优化
6.5.2约束条件下的非线性优化
6.5.3最小最大值的优化问题
6.5.4线性规划求解
6.6常微分方程
6.6.1常微分方程介绍
6.6.2常微分方程求解
6.6.3加权常微分方程
6.6.4延迟微分方程
6.6.5常微分方程的边界问题
6.7函数的零点问题
6.7.1一元函数的零点
6.7.2多元函数的零点
6.8数值积分
6.8.1一元函数的数值积分
6.8.2多重数值积分
6.9概率论和数理统计
6.9.1概率分布
6.9.2数据分布分析
6.9.3假设检验
6.10本章小结

第7章符号计算
7.1符号对象和符号表达式
7.1.1符号对象的创建命令
7.1.2符号对象的创建示例
7.1.3符号计算中的运算符和函数
7.1.4符号对象的类别识别命令
7.1.5符号表达式中的变量确定
7.1.6符号精度计算
7.2符号表达式的操作
7.3符号表达式的替换
7.4符号函数的操作
7.4.1反函数操作
7.4.2复合函数操作
7.5符号微积分
7.5.1级数求和
7.5.2符号极限
7.5.3符号微分
7.5.4符号积分
7.6符号积分变换
7.6.1傅里叶变换及其反变换
7.6.2拉普拉斯变换及其反变换
7.6.3Z变换及其反变换
7.7符号代数方程求解
7.8符号微分方程求解
7.9利用Maple进行符号计算
7.9.1Maple函数的使用
7.9.2Maple经典函数的调用
7.9.3Maple库函数的帮助
7.10符号分析可视化
7.10.1funtool分析界面
7.10.2taylortool分析界面
7.11本章小结

第8章Simulink仿真系统
8.1Simulink基础知识
8.1.1Simulink的启动
8.1.2Simulink创建仿真示例
8.1.3模块库浏览器
8.1.4Simulink模型窗口
8.1.5模型窗口的菜单栏
8.2Simulink模型操作
8.2.1Simulink模型的原理
8.2.2模块的操作
8.2.3信号线的操作
8.3Simulink信号
8.3.1常见信号
8.3.2复数信号
8.3.3虚拟信号和信号总线
8.3.4创建信号组
8.3.5自定义信号源
8.4常用的Sink模块
8.5Simulink仿真系统的设置
8.5.1解算器(Solver)的设置
8.5.2仿真数据的输入输出设置
8.5.3仿真诊断设置
8.6线性连续系统建模
8.6.1使用积分模块
8.6.2使用积分器求解微分方程
8.6.3传递函数进行仿真
8.6.4状态空间方法进行系统仿真
8.7非线性连续系统建模
8.7.1非线性仿真系统建模简介
8.7.2任意非线性函数的仿真
8.8封装子系统创建和受控执行
8.8.1使用模块组合子系统
8.8.2通过子系统模块创建子系统
8.8.3封装子系统
8.8.4使能控制子系统
8.8.5触发控制子系统
8.9离散时间系统和混合系统
8.10命令方式运行Simulink
8.11本章小结

第9章句柄图形
9.1句柄图形体系
9.1.1图形对象
9.1.2句柄对象
9.1.3对象属性
9.1.4图形对象句柄创建示例
9.2图形对象创建
9.2.1创建图形对象
9.2.2访问图形对象句柄
9.2.3使用句柄操作图形对象
9.3图形对象设置
9.3.1用set命令设置属性
9.3.2图形的默认属性
9.3.3句柄图形的通用属性
9.4高级绘图对象
9.4.1Nextplot属性
9.4.2Newplot命令
9.4.3高级绘图命令
9.5坐标轴对象
9.5.1坐标轴的几何属性
9.5.2坐标轴的刻度属性
9.5.3坐标轴的照相机属性
9.5.4坐标轴的尺度、方向属性
9.6本章小结

第10章图形用户界面
10.1图形用户界面介绍
10.2图形用户界面控件
10.2.1图形用户界面控件的创建
10.2.2鼠标动作执行
10.2.3事件队列的执行顺序
10.2.4回调函数的编写
10.3对话框对象
10.4界面菜单
10.5编写M文件
10.6图形界面创建工具GUIDE
10.6.1GUIDE的启动
10.6.2创建图形用户界面对象
10.6.3设置组件的属性
10.6.4编写回调函数
10.6.5图形用户界面的执行
10.6.6GUIDE创建的工具
10.6.7创建带UIcontrol控件的图形界面
10.6.8创建带菜单和坐标轴的图形界面
10.7本章小结

第11章文件读取I/O
11.1工作空间数据读取
11.2数据文件的导入和导出
11.3底层文件读取I/O
11.4文件名称处理
11.5处理二进制文件
11.5.1读取M文件
11.5.2读取文本文件
11.5.3写入文本文件
11.6处理文本文件
11.6.1使用csvread读取文本文件
11.6.2使用dlmread读入数据
11.6.3使用textread读入文件
11.6.4使用textscan读入数据
11.6.5使用csvwrite输出文本数据
11.6.6使用dlmwrite输出数据
11.7图像文件读入和输出
11.7.1图像文件读入
11.7.2图像文件输出
11.8本章小结

第12章MATLAB7.x的编译器
12.1编译器概述
12.2编译器的安装和配置
12.2.1安装前提
12.2.2编译器的安装
12.2.3配置编译器
12.3编译过程
12.3.1安装MCR
12.3.2MCR编译过程
12.4编译命令
12.5编译生成独立运行程序
12.5.1编译M文件
12.5.2M文件和C文件的混合编译
12.5.3编译图形绘制M文件
12.6调用M文件中的函数接口
12.7编译生成共享库函数
12.8本章小结
第13章应用程序接口
13.1C语言MEX文件
13.1.1MEX文件的数据
13.1.2C-MEX文件的调用
13.1.3创建MEX文件
13.2FORTRAN语言的MEX文件
13.2.1FORTRAN-MEX函数的调用
13.2.2MEX函数
13.3MAT文件
13.3.1MAT函数
13.3.2C语言创建MAT文件
13.3.3FORTRAN语言创建MAT文件
13.4MATLAB的引擎技术
13.4.1MATLAB引擎技术简介
13.4.2创建使用引擎技术程序
13.5Java语言接口
13.5.1MATLAB中的Java接口
13.5.2Java接口程序应用
13.6本章小结
参考文献

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book