You’ve Recently Viewed

{{ badge.badge_name }}
{{ item.brand_name }} {{ item.group_num + __(" Options") }}
{{ item.item_title }}
{{ item.rank.category_name }} {{ $isZh ? ' ' + item.rank.rank_name +' No.'+ item.rank.rank_num : '#'+item.rank.rank_num + ' ' + item.rank.rank_name }} {{ item.rank.category_name }}
{{ formatNumber(visualViewRate(item)) }} ({{ item.comment.comment_count > 0 ? item.comment.comment_count : __("Be the first!") }})
· {{ viewedItemSaleInfo(item) }}

{{ currency }}{{ priceFormat(item.price.shop_price) }} {{ currency }}{{ priceFormat(item.price.del_price) }}

{{ item.bundle }}
Added to cart

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 GUI设计学习手册(第3版)

{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ item.valid_price }}
{{ buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start") }}
Details
Full product details
Content Description

《MATLAB GUI设计学习手册(第3版)》在《MATLAB GUI设计学习手记》(第2版)的基础上,结合MATLAB 2014a的新特性,完善了全书的知识架构,突出了GUI设计重点,对读者经常遇到的46个问题作了透彻的解答,提炼出13个专题作了详尽的介绍,还对多达94个经典例题作了全面细致的讲解。全书由浅入深、循序渐进地介绍了GUI设计的基础知识和技巧,旨在使读者在较短时间内熟练掌握GUI设计的精要所在。
《MATLAB GUI设计学习手册(第3版)》首先介绍了GUI设计的预备知识;然后详细讲解了GUI对象的属性及两种创建GUI的方法:采用纯代码创建和采用GUIDE创建;之后深入讲解了数据库、定时器、串口及mcc编译的相关知识;最后,书中给出两个综合实例,供读者研究学习。书中穿插了大量的图表和注释,方便读者学习。
《MATLAB GUI设计学习手册(第3版)》适合需要短时间内迅速掌握MATLAB GUI设计的初学者,也可作为相关专业师生或工程开发人员的参考手册。

Author Description

罗华飞,湖北黄冈1983年2月出生,2008年硕士毕业于哈尔滨工程大学通信与信息系统专业,现居重庆。目前擅长MATLABGUI、WPF等界面设计,以及PIC单片机程序开发、数据库系统开发。
现在从事的是WPF软件设计工作,
在四川航天电液控制有限公司从事电控产品配套软件开发工作。
代表作有《MATLABGUI设计学习手记》第1版和第2版。

Catalogue

第1章 GUI设计预备知识
1.1 知识点归纳
1.1.1 基本程序元素
1.1.2 数据类型
1.1.3 矩阵操作
1.1.4 程序设计
1.2 重难点讲解
1.2.1 矩阵、向量、标量与数组
1.2.2 数据类型转换
1.3 专题分析
专题1 编程风格
专题2 代码优化
专题3 M文件编程小技巧
专题4 正则表达式
1.4 精选答疑
问题1 单元数组占用的内存空间如何计算
问题2 如何生成指定格式的常矩阵、字符串
问题3 如何生成随机矩阵
问题4 如何查找或删除数据中满足条件的元素
问题5 如何给数组元素排序
问题6 如何从文本中查找数值
问题7 如何验证邮箱名是否合法
问题8 如何验证用户名或密码是否合法
问题9 如何验证日期字符串是否有效
问题10 如何验证身份证号是否符合指定的编码规则
问题11 如何将最简多项式的字符串转换为系数向量
问题12 如何抓取网页中的图片
第2章 文件I/O
2.1 知识点归纳
2.1.1 高级文件I/O操作
2.1.2 低级文件I/O操作
2.2 重难点讲解
2.2.1 二进制文件与文本文件
2.2.2 sprintf与fprintf函数
2.2.3 fscanf与textscan函数
2.2.4 Excel文件操作
2.2.5 图像数据的操作
2.2.6 低级文件I/O操作
2.3 专题分析
专题5 MATLAB读写文本文件
2.4 精选答疑
问题13 如何提取Excel文件中的数据信息
问题14 如何由图像生成字符矩阵
问题15 如何循环播放WAV音乐,并可以倍速/慢速播放、暂停/继续播放和停止播放
问题16 如何读取文本和数值混合的文件中的数据
问题17 如何将十六进制数转换为float值
第3章 二维绘图简介
3.1 知识点归纳
3.1.1 常用的二维绘图函数
3.1.2 绘图工具
3.1.3 绘图注释
3.2 重难点讲解
3.2.1 二维绘图的相关函数
3.2.2 Tex字符
3.3 精选答疑
问题18 如何绘制几何曲线,例如矩形、圆、椭圆、双曲线等
问题19 如何绘制数据的统计图
问题20 如何绘制特殊的字符、表达式
问题21 如何绘制网格图
问题22 如何显示符号运算结果
第4章 句柄图形系统
4.1 知识点归纳
4.1.1 句柄图形对象
4.1.2 句柄图形对象的基本操作
4.1.3 句柄图形对象的基本属性
4.1.4 根对象
4.1.5 图形窗口对象
4.1.6 坐标轴对象
4.1.7 核心图形对象
4.1.8 uicontrol对象
4.1.9 hggroup对象
4.1.10 按钮组与面板
4.1.11 自定义菜单与右键菜单
4.1.12 工具栏与工具栏按钮
4.1.13 uitable对象
4.2 重难点分析
4.2.1 句柄式图形对象的常用函数总结
4.2.2 Figure对象的几个重要属性
4.2.3 Axes对象的几个重要属性
4.2.4 Line对象的几个重要属性
4.2.5 text对象的几个重要属性
4.2.6 uitable对象的几个重要属性
4.2.7 uicontrol对象中的text控件与核心图形对象中的text对象的比较
4.2.8 对象的Tag值与句柄值的概念比较(对GUIDE创建的GUI而言)
4.2.9 uimenu与uicontextmenu对象
4.3 专题分析
专题6 超文本标记语言(HTML)在MATLAB中的应用
专题7 表格设计
专题8 坐标轴设计
4.4 精彩答疑
问题23 如何创建满足要求的line对象
问题24 如何创建动态的GUI对象
问题25 如何为窗口设计背景图片
问题26 如何定制窗口的菜单
问题27 如何设计窗口菜单并编写回调函数
问题28 如何采用UI控件实现简易的时钟
问题29 如何实现文字的水平循环滚动效果
问题30 如何构造和使用hggroup对象
问题31 如何使窗口最大化、最小化、置顶和居中,如何在窗口中更换图标
问题32 怎样利用Uitable对象在列名、行名或单元格中输入上下标和希腊字母
问题33 如何更改菜单项的字体大小,如何设置菜单项的字体颜色
问题34 如何逐个输出坐标轴内的图形到单独的图片中
问题35 如何将多幅图片显示到同一个坐标轴
第5章 预定义对话框
5.1 知识点归纳
5.1.1 文件打开对话框(uigetfile)
5.1.2 文件保存对话框(uiputfile)
5.1.3 颜色设置对话框(uisetcolor)
5.1.4 字体设置对话框(uisetfont)
5.1.5 页面设置对话框(pagesetupdlg)
5.1.6 打印预览对话框(printpreview)
5.1.7 打印设置对话框(printdlg)
5.1.8 进度条(waitbar)
5.1.9 菜单选择对话框(menu)
5.1.10 普通对话框(dialog)
5.1.11 错误对话框(errordlg)
5.1.12 警告对话框(warndlg)
5.1.13 帮助对话框(helpdlg)
5.1.14 信息对话框(msgbox)
5.1.15 提问对话框(questdlg)
5.1.16 输入对话框(inputdlg)
5.1.17 目录选择对话框(uigetdir)
5.1.18 列表选择对话框(listdlg)
5.2 重难点分析
5.2.1 uigetfile
5.2.2 uiputfile
5.2.3 waitbar
5.2.4 msgbox
5.2.5 questdlg
5.2.6 inputdlg
5.2.7 listdlg
5.3 专题分析
专题9 预定义对话框在GUI设计中的应用
5.4 精选答疑
问题36 如何制作一个嵌套到当前窗口内的进度条
问题37 如何制作文件浏览器
问题38 如何制作一个颜色选择器
第6章 采用GUIDE建立GUI
6.1 知识点归纳
6.1.1 GUIDE界面基本操作
6.1.2 GUI的M文件
6.1.3 回调函数
6.1.4 GUI跨平台的兼容性设计
6.1.5 断点调试和代码性能分析器
6.1.6 采用GUIDE创建GUI的步骤
6.1.7 触控按钮(Push Button)
6.1.8 静态文本(Static Text)
6.1.9 切换按钮(Toggle Button)
6.1.10 滑动条(Slider)
6.1.11 单选按钮(Radio Button)
6.1.12 可编辑文本(Edit Text)
6.1.13 复选框(Check Box)
6.1.14 列表框(Listbox)
6.1.15 弹起式菜单(Pop-up Menu)
6.1.16 按钮组(Button Group)
6.1.17 面板(Panel)
6.1.18 表格(Table)
6.1.19 坐标轴(axes)
6.2 重难点分析
6.2.1 回调函数中的数据传递
6.2.2 GUI界面之间的数据传递
6.2.3 KeyPressFcn与CurrentCharacter
6.2.4 WindowButtonDownFcn、Callback与SelectionType
6.3 专题分析
专题10 GUI对象之间的数据传递
专题11 回调函数的应用实例
6.4 精选答疑
问题39 如何动态修改List Box的选项
问题40 如何动态修改Pop-Up Menu的选项
问题41 如何实现图片的局部放大预览
第7章 数据库编程
7.1 知识点归纳
7.1.1 数据库连接
7.1.2 数据库的CRUD
7.2 重难点讲解
7.2.1 创建数据源
7.2.2 连接数据库
7.2.3 数据查询
7.2.4 数据处理
7.2.5 数据添加
7.2.6 数据更新
7.2.7 数据删除
7.3 精选答疑
问题42 如何执行动态SQL语句
问题43 如何实现通用的ODBC数据库开发工具
第8章 定时器
8.1 知识点归纳
8.1.1 定时器对象及其属性
8.1.2 定时器的执行模式
8.1.3 定时器的回调函数
8.1.4 定时器的操作函数
8.1.5 定时器的操作步骤
8.2 重难点分析
8.2.1 TimerFcn函数
8.2.2 常用的定时器操作函数
8.3 专题分析
专题12 定时器在GUI设计中的应用
8.4 精选答疑
问题44 如何让切换按钮定时弹起
问题45 如何在菜单栏上创建万年历
问题46 如何生成旋转的转盘
第9章 串口编程
9.1 知识点归纳
9.1.1 串口概述
9.1.2 串口对象的属性
9.1.3 串口的基本操作
9.1.4 串口I/O函数汇总
9.2 重难点分析
9.2.1 串口对象的创建
9.2.2 重要的串口操作函数
9.3 专题分析
专题13 串口在GUI设计中的应用
第10章 mcc编译
10.1 mcc编译
10.2 mcc编译的局限性
10.3 MATLAB保护文件(P文件)
第11章 综合实例
附录 MATLAB GUI设计常用函数

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 {{ itemAct.title || '' }}

Bundle & Combo

Similar Items

Related Search

{{ item.userActionNumberDesc }}
Yami wechat-share qr code

Scan to Share

MATLAB GUI设计学习手册(第3版)

{{ 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 }}
Price:
{{ itemCurrency }}{{ priceFormat(item.member_price) }}
Buy at VVIP Price
Learn more
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
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}

Currently unavailable.

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

Unavailable in your area.
Sold Out
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee
{{ quantity }} {{ instockMsg }} {{ limitText }}
{{ buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start") }}
Best before

Frequently Bought Together

Total ${{ priceFormat(totalPrice) }}

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;

Yami reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free shipping from the US over $49
Yami Easy Returns

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 Yami.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 from the US over $49
Yami Easy Returns

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 Yami.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.

Gifts Included with Purchase

Recommended for You

                                                       

                                                       

                                                       

                                                       

                                                       

                                                       

                                                       

                                                       

Reviews

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

Write a review
No reviews for this product. Showing reviews from other options.
Sort by
Default

Community photos

View All
Current Item
User Avatar VIP
:

{{ strLimit(comment, 200) }}

{{ comment.content }}

Review Image

{{ comment.imageList.length }} photos

Show Original

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

{{ brandInfo.title }}

View All

About the brand

{{ brandInfo.descView }} ...View All

{{ isZh ? album.topic_name : album.topic_ename }}

Items

{{ album.goods_count_info }}

Purchased

{{ album.bought_count_info }}

View All

{{ story.page_title }}

{{ story.page_desc }}

View the Story
Customers Also Viewed
About the brand

{{ brandInfo.title }}

{{ brandInfo.desc }}
Yami

Download the Yami App