登录
首页 » matlab » Matlab-code

Matlab-code

于 2013-12-16 发布 文件大小:126KB
0 172
下载积分: 1 下载次数: 2

代码说明:

  Matlab是一个很好的大型数值计算软件。解释型的程序执行、即时的调试窗口、高效的矩阵运算、丰富的工具箱,使它成为了数值计算和科研工作的必备软件。虽然Matlab具有众多的优势,可是它的程序却很难完全摆脱Matlab环境运行,在界面功能上也效率低下,这些缺点我们在使用Matlab的同时,不免担忧自己的成果不能方便地对外发布。对Matlab的运行方式进行了分析,之后提出了Matlab和VC高级语言之间混合编程的方法,以及Matlab程序独立打包和如何提高Matlab程序的界面运行效率的方法。 更多还原 (Matlab is a nice large numerical software. Explain the type of program execution, real-time debug window and efficient matrix operations, rich toolbox, making it the numerical calculations and research work necessary software. Although Matlab has many advantages, but it is difficult to completely get rid of the program running Matlab environment, the interface functions inefficient, these shortcomings in the use of Matlab while we can not help but worry about their results can not easily be released. For Matlab operation mode are analyzed, and then propose a hybrid programming approach between Matlab and VC-level language, and Matlab program independent packaged and how to improve the operational efficiency of the Matlab interface procedures. More Restore)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • matlab-designed-by-suj1
    introduction to matlab sw.. it designed by me..it is usefull for student
    2011-05-02 15:42:29下载
    积分:1
  • radar_system_guide
    雷达系统导论,第三版 美国 斯科尔尼克 第三版 完整版(Introduction to radar systems, the third edition of the American Skolnick v3 full version)
    2013-03-31 16:23:32下载
    积分:1
  • Single-tone-parameter-estimation
    经典的正弦波频率估计Rife算法的IEEE原文(Rife classic sinusoidal frequency estimation algorithm of the original IEEE)
    2010-11-04 14:40:15下载
    积分:1
  • N-sparse
    创建一个n维的稀疏数组对象,n是任意值。 定义N可能是大于2的一类n维稀疏阵列。然而,它应该被认为是一种起动方式与普通的MATLAB稀疏矩阵和重塑它有N维度。换句话说,稀疏的数据,首先必须能够作为一个普通的2D MATLAB稀疏矩阵被前n维。事实上,如果目标数组的尺寸mxnxp……yxz,然后将它存储在内部类是一个普通的二维稀疏阵列的尺寸(M×N×P×……×Y)XZ。这导致了某些内存株时使用大量的尺寸。我发现有用的类主要用于中等尺寸像三维图像边缘检测,你经常要举行一个稀疏的3D的边缘地图。(Creates an N-dimensional sparse array object, for arbitrary N.This submission defines a class of N-dimensional sparse arrays for N possibly greater than 2. However, it should really be thought of as a way of starting with an ordinary MATLAB sparse matrix and reshaping it to have N dimensions. In other words, the sparse data must first be able to exist as an ordinary 2D MATLAB sparse matrix before being made N-dimensional. In fact, if the intended array has dimensions MxNxP...YxZ, then the class will store it internally as an ordinary 2D sparse array of dimensions (M*N*P*...*Y)xZ. This leads to certain memory strains when using large numbers of dimensions. I find the class useful mainly for moderate dimensional things like edge detection in 3D imaging, where you often want to hold a sparse 3D edge map. )
    2013-10-21 20:43:18下载
    积分:1
  • CircularHough_Grd
    Circular Hough_ Grd人眼定位的简单实现程序(Circular Hough_ Grd)
    2011-05-24 14:11:19下载
    积分:1
  • kalmanfilter
    kalman filter This script implements the linear filter and shows its performance On a second order under-damped LTI systems In the first part, a noisy model with two state variables is simulated and in the second part, kalman filtering is applied to estimate the real observations
    2013-07-27 02:22:16下载
    积分:1
  • APF
    SVPWM控制的有源滤波器matlab simulink仿真(Matlab Simulink simulation of active filter based on SVPWM control)
    2018-04-24 15:31:23下载
    积分:1
  • lmscomunication
    说明:  matlab 防真自适应滤波器(部分)考虑时变代价函数 (Matlab defense really adaptive filter (part) when considering variable cost function)
    2006-03-21 15:39:59下载
    积分:1
  • matlab7.x
    说明:  《精通MATLAB7.0混合编程》系统地介绍MATLAB 7.0的混合编程方法和技巧。全书共分为13章。第1章和第2章介绍MATLAB的基础知识,第3章简要介绍MATLAB混合编程,第4章至第9章分别介绍几种典型的混合编程方法,包括C-MEX、MATLAB引擎、MAT数据文件共享、Mideva、Matrix和Add-in。第10章、第11章介绍MATLAB与Delphi和Excel的混合编程。第12章介绍MATLAB COM Builder,第13章以图像处理为例介绍了一个综合应用实例。 本书按混合编程的具体方法进行逻辑编排,自始至终用实例描述,每章着重阐述各种混合编程方法的实质和要点,同时穿插了作者多年使用MATLAB的经验和体会。本书既适合初学者自学,也适用于高级MATLAB用户,可作为高等数学、计算机、电子工程、数值分析、信息工程等课程的教学参考书,也可供上述领域的科研工作者参考。 这里是本书所有源码压缩包,内容详尽、实例丰富,包含MATLAB实例的源文件、函数/命令和注解以及程序实例。 ("proficient MATLAB7 mixed programming" system introduced in MATLAB 7.0 Mixed Programming methods and techniques. The book is divided into 13 chapters. Chapter 1 and Chapter 2 on the basis of knowledge MATLAB, Chapter 3 briefed Matlab. Chapter 4-Chapter 9, respectively introduced several typical mixed programming, including C-MEX, MATLAB engine, MAT data file sharing, Mideva, Matrix and the Add-in. Chapter 10, Chapter 11 and Delphi on MATLAB and Excel hybrid programming. Chapter 12 on MATLAB COM Builder, chapter 13 for image processing as an example of a composite application. The book by the mixed programming methods for the specific logic layout description throughout example, Each chapter focuses on a combination of programming and real elements, while full of the author's )
    2006-04-20 14:21:52下载
    积分:1
  • 第十章
    数学建模第十章线性回归方程,简单易懂,适合数学建模学生(Mathematical modeling, the tenth chapter, linear regression equation)
    2017-09-08 11:49:52下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载