-
Matlab_Sample100
Matlab 编程百例,有百个原程序
Matlab 编程百例,有百个原程序()
- 2008-05-04 09:50:44下载
- 积分:1
-
seg
use the .m file to segment the car plate from the background.
- 2010-11-24 13:46:23下载
- 积分:1
-
planing_problem
压缩包包含使用matlab求解一般规划问题的源代码和ppt讲解,希望对个位有所帮助.(Compression using matlab to solve the general package contains the source code and programming problems ppt to explain, I hope a bit of help.)
- 2011-10-29 10:57:12下载
- 积分:1
-
C221Electromagnetics-RF
This hands-on introduction to computational electromagnetics (CEM) links theoretical coverage of the three key methods - the FDTD, MoM and FEM - to open source MATLAB codes (freely available online) in 1D, 2D and 3D, together with many practical hints and tips gleaned the author s 25 years of experience in the field. Updated and extensively revised, this second edition includes a new chapter on 1D FEM analysis, and extended 3D treatments of the FDTD, MoM and FEM, with entirely new 3D MATLAB codes. Coverage of higher-order finite elements in 1D, 2D and 3D is also provided, with supporting code, in addition to a detailed 1D example of the FDTD a FEM perspective. With running examples through the book and end-of-chapter problems to aid understanding, this is ideal for professional engineers and senior undergraduate/graduate students who need to master CEM and avoid common pitfalls in writing code and using existing software.(This hands-on introduction to computational electromagnetics (CEM) links theoretical coverage of the three key methods- the FDTD, MoM and FEM- to open source MATLAB codes (freely available online) in 1D, 2D and 3D, together with many practical hints and tips gleaned the author s 25 years of experience in the field. Updated and extensively revised, this second edition includes a new chapter on 1D FEM analysis, and extended 3D treatments of the FDTD, MoM and FEM, with entirely new 3D MATLAB codes. Coverage of higher-order finite elements in 1D, 2D and 3D is also provided, with supporting code, in addition to a detailed 1D example of the FDTD a FEM perspective. With running examples through the book and end-of-chapter problems to aid understanding, this is ideal for professional engineers and senior undergraduate/graduate students who need to master CEM and avoid common pitfalls in writing code and using existing software.)
- 2015-02-03 07:25:42下载
- 积分:1
-
UPQC
通用电能质量控制算法可以用matlab仿真(upqc matlab model and control method simulation)
- 2014-06-04 19:51:07下载
- 积分:1
-
MATLAB
MATLAB工具箱函数总汇
MATLAB数学运算基本函数
MATLAB数组操作
这是matlab的基本函数库,希望可帮到需要它的人(MATLAB toolbox function confluence basic function MATLAB arithmetic operation MATLAB array matlab This is the basic function library, hope to be able to help those who need it)
- 2008-12-26 17:06:38下载
- 积分:1
-
5
一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。
C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。
系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
- 2009-03-15 15:36:23下载
- 积分:1
-
Getting-Started-with-MATLAB
本书以MATLAB 7为版本,由浅入深地介绍MATLAB的工作环境、基本语法、数值运算、符号运算、二维和三维图像创建与编辑、高级图形图像处理、句柄图形、图形用户操作接口(GUI)、程序设计与调试、M文件的使用、MATLAB编译器、Simulink交互式仿真集成环境的应用,以及MATLAB的外围功能和应用程序接口等内容;并通过MATLAB在高等数学、信号处理及数字通信、数字图像处理方面的应用,介绍MATLAB在实际中的应用。(Book MATLAB 7 to version, it gradually introduces the MATLAB environment, basic grammar, numerical computation, symbolic computation, two-dimensional and three-dimensional image creation and editing, advanced graphics, image processing, handle graphics, graphical user interfaces operate (GUI ), program design and debugging, M file usage, MATLAB Compiler, Simulink simulation integrated environment for interactive applications, and MATLAB peripheral functions and application programming interfaces, etc. and through MATLAB in advanced mathematics, signal processing, and digital communications, digital image processing applications, the introduction of MATLAB in practical application.)
- 2013-11-15 09:59:21下载
- 积分:1
-
Animation
Simple Pendulum -using Matlab-Arduino
- 2014-01-25 16:07:20下载
- 积分:1
-
IR_UWB
高斯脉冲的微分的MATLAB仿真程序,对超宽带脉冲宽度的改变和脉冲微分(Derivative of Gaussian pulse MATLAB simulation program, to change the UWB pulse width and pulse differential)
- 2010-11-30 14:15:05下载
- 积分:1