Description: 书名应为《MATLAB应用程序接口用户指南》讲的比较详细,供大家参考-title should be "MATLAB application programming interface User's Guide" for the more detailed, for your reference Platform: |
Size: 8182784 |
Author:袁 |
Hits:
Description: 文件中有一个经典guide编程案例,那是我用了一个晚上写的函数。因为调用了其它一些函数,我将其编译成*.dll。可以查看本函数代码,调试执行的是*.dll文件。因为函数是在matlab6.5下编译的,故在matlab6.1环境下无法演示。
其中涉及界面的创建,回调函数的调用,函数之间的参数传递,以及其它guide编程的处理方式。-document is a classic case programming guide, which is the one I used to write at the function. Call because of some other function, I will compile it into*. dll. This function can view code, debug the implementation of the document*. dll. Because the function is compiled under matlab6.5, so they are unable to matlab6.1 environment demonstration. Which involves the creation of the interface, a call to a callback function, function parameters between the transmission, guide and other programming approach. Platform: |
Size: 181248 |
Author:杨向华 |
Hits:
Description: MATLAB GUIDE设计视频教程,简单易学,很容易上手-MATLAB GUIDE Video Design Guide, a simple easy to learn, very easy to get started Platform: |
Size: 11431936 |
Author:猪八戒 |
Hits:
Description: matlab.program.guide介绍了有关的编程风格及一些指导意见-matlab.program.guide of the programming style and some guidance Platform: |
Size: 222208 |
Author:郑萍 |
Hits:
Description: 清华大学的MATLAB教程,从入门到精通都要相应的教程-Tsinghua University MATLAB Guide, from entry to the corresponding proficiency must Guide Platform: |
Size: 12456960 |
Author:cqx |
Hits:
Description: Matlab GUI视频教程
教你一步一步的用GUI做交互界面-Matlab GUI Video Guide teach you step by step using the GUI interface done Platform: |
Size: 3531776 |
Author:龙秋雨 |
Hits:
Description: 时频分析的toolbox的guide,可以用于<Matlab时频分析技术及其应用>一书-time-frequency analysis of the toolbox the guide, can be used Platform: |
Size: 134144 |
Author:朱丹华 |
Hits:
Description: 本书介绍了matlab guide的设计方法, 讲解的非常清楚,包含了大量的实例程序,对于全面了解和掌握matlab 界面设计有很大的参考价值-book on Matlab guide the design method, on the very clear, There are a lot of examples of procedures for a comprehensive understanding and grasp of Matlab interface design is a great reference value Platform: |
Size: 1827840 |
Author:chenzhu |
Hits:
Description: matlab GUI 示例,利用guide命令。主要是说明了一下框架和用法。-matlab GUI example, the use of guide command. Is mainly explained about the framework and usage. Platform: |
Size: 6144 |
Author:郭锋 |
Hits:
Description: 在matlab界面中显示坐标曲线,运用matlab中guide的axes控件编程。-In matlab interface to display the coordinates curves guide the use of axes in matlab programming controls. Platform: |
Size: 6144 |
Author:党秀 |
Hits:
Description: [摘 要] 通过Matlab 提供的可视化图形界面环境GUIDE 和Matlab 内嵌的相关函数设计完成的连续傅立叶变换演示界面,展示了图形用户界面在分析研究信号与系统分析中的重要应用.-[Abstract] Matlab provided through the graphical interface environment visualization and Matlab embedded GUIDE correlation function design is completed continuous Fourier transform presentation interface to display the graphical user interface in the analysis of signal and system analysis of the important applications. Platform: |
Size: 248832 |
Author:zhaocuiqin |
Hits:
Description: function varargout = GUI_FILTER(varargin)
GUI_FILTER M-file for GUI_FILTER.fig
GUI_FILTER, by itself, creates a new GUI_FILTER or raises the existing
singleton*.
H = GUI_FILTER returns the handle to a new GUI_FILTER or the handle to
the existing singleton*.
GUI_FILTER( CALLBACK ,hObject,eventData,handles,...) calls the local
function named CALLBACK in GUI_FILTER.M with the given input arguments.
GUI_FILTER( Property , Value ,...) creates a new GUI_FILTER or raises the
existing singleton*. Starting from the left, property value pairs are
applied to the GUI before GUI_FILTER_OpeningFunction gets called. An
unrecognized property name or invalid value makes property application
stop. All inputs are passed to GUI_FILTER_OpeningFcn via varargin.
*See GUI Options on GUIDE s Tools menu. Choose "GUI allows only one
instance to run (singleton)".-function varargout = GUI_FILTER(varargin)
GUI_FILTER M-file for GUI_FILTER.fig
GUI_FILTER, by itself, creates a new GUI_FILTER or raises the existing
singleton*.
H = GUI_FILTER returns the handle to a new GUI_FILTER or the handle to
the existing singleton*.
GUI_FILTER( CALLBACK ,hObject,eventData,handles,...) calls the local
function named CALLBACK in GUI_FILTER.M with the given input arguments.
GUI_FILTER( Property , Value ,...) creates a new GUI_FILTER or raises the
existing singleton*. Starting from the left, property value pairs are
applied to the GUI before GUI_FILTER_OpeningFunction gets called. An
unrecognized property name or invalid value makes property application
stop. All inputs are passed to GUI_FILTER_OpeningFcn via varargin.
*See GUI Options on GUIDE s Tools menu. Choose "GUI allows only one
instance to run (singleton)". Platform: |
Size: 325632 |
Author:michael4u2345 |
Hits:
Description: Tutorial GUI to demonstrate basic functionality of various controls on the GUI-This GUI will help the novice user get up to speed very quickly on using GUI-based applications. Everything is laid out in a very simple Step 1, Step 2, Step 3, etc. layout. It is a very good starting point for a typical image analysis application. This application uses GUIDE to do the user interface design, and has most of the basic controls such as buttons, listboxes, checkboxes, radio buttons, scrollbars, etc. It allows the user to select a folder of images, select one or more images and display them, to select a series of options, and to individually or batch process one or more images. The user can optionally apply a mask (region of interest) to the image so that only the area within the mask will be analyzed. The results are optionally sent to Excel. In this demo, I do some very basic particle sizing but in use, the user would replace that simple demo code in the function AnalyzeSingleImage() with their own code. Works with Windows or Unix since paths are all forward slashes. Req Platform: |
Size: 878592 |
Author:zzz |
Hits:
Description: 第一篇 基本概述
第一章 基本概述
第二章 初探MATLAB
第二篇 繪圖功能
第三章 二維平面繪圖
第四章 三維立體繪圖
第五章 數值運算與其他應用面
第六章 影像顯示與讀寫
第七章 動畫製作
第八章 握把式圖形與GUI設計
第九章 GUIDE:GUI設計環境
第三篇 變數與資料結構
第十章 矩陣的處理與運算
第十一章 字元與字串
第十二章 多維陣列
第十三章 異質陣列
第十四章 結構陣列
第十五章 稀疏矩陣
第四篇 程式設計程
第十六章 MATLAB的運算元
第十七章 M檔案
第十八章 程式流程控制
第十九章 程式除錯
第二十章 檔案輸出及輸入
第二十一章 程式計時
第二十二章 程式碼與記憶體之最佳化
第二十三章 應用程式介面
第五篇 數值運算與其他應用面
第二十四章 線性代數
第二十五章 多項式的處理與分析
第二十六章 一般數學函數的處理與分析
第二十七章 內插法
第二十八章 曲線擬合與迴歸分析
第二十九章 常微分方程式
-Basic overview of first
The first chapter outlines the basic
Chapter II of MATLAB
Second graphics
Chapter III of the two-dimensional drawings
Chapter IV Three-dimensional mapping
Chapter V numerical computing and other applications surface
Chapter VI of the video display and read-write
Chapter VII of the animation
Chapter VIII of the grip-style graphics and GUI Design
Chapter GUIDE: GUI Design Environment
Title III variables and data structures
Chapter matrix processing and computing
Chapter XI characters and strings
Chapter XII multi-dimensional arrays
Chapter XIII heterogeneous array of
XIV Structure Array
Chapter XV of the sparse matrix
Part IV Programming Cheng
Chapter XVI MATLAB computing yuan
Chapter XVII M Files
18th charter-type flow control
19th charter-style debugging
20th chapter files export and import of
21st charter-type time-
22nd charter-type code and memory in the bes Platform: |
Size: 12853248 |
Author:陳煒松 |
Hits:
Description: 植物虫害检测(GUI,注释,svm算法)
该课题为基于MATLAB SVM方法的植物病害检测系统,带GUI界面,可以识别多种被虫害侵蚀的植物叶子,输出结果。带论文和详细注释。
train 对黄瓜子文件夹所有图片提取 颜色矩特征和gabor纹理特征,然后svm训练
test 对测试图像灰度化,滤波,提取 颜色矩特征和gabor纹理特征,然后svm模型测试,输出类别
colorMom.m 颜色矩特征提取
Gabor_palm.m gabor纹理特征提取(Plant pest detection (GUI, annotation, SVM algorithm)
The project is a plant disease detection system based on MATLAB SVM method, with GUI interface, which can identify a variety of plant leaves eroded by pests and output results. With paper and detailed notes.
Train extracts color moment features and Gabor texture features from all the pictures in the sub folder of cucumber, and then SVM trains them
Test grayscale and filter the test image, extract color moment features and Gabor texture features, then SVM model test, output category
Colormom. M color moment feature extraction
Gabor u Palm. M Gabor texture feature extraction) Platform: |
Size: 6463488 |
Author:for Matlab |
Hits: