-
matrix_error_analyse
使用matlab分析矩阵扰动对于方程求解的影响,计算矩阵的条件数!以电磁跟踪系统定位模型计算为例!(Use matlab analysis matrix perturbations equation influence calculation matrix condition number! Electromagnetic tracking system to locate model as an example!)
- 2011-05-06 21:20:16下载
- 积分:1
-
MedianFilter
Matlab allows the use of MEX files
–MEX files are pre-compiled files
that are called from Matlab
–Can be compiled from Matlab .m
files
–Can also be compiled from external
C++ code.
• This will be our focus
- 2010-08-24 13:55:44下载
- 积分:1
-
1.1
matlab基本程序,动态系统仿真,单位跃阶相应特性(matlab basic procedures, dynamic system simulation, units of the corresponding characteristics of jump-order)
- 2010-11-09 08:25:25下载
- 积分:1
-
thomas
function x = thomas(varargin)
THOMAS Solves a tridiagonal linear system
- 2009-12-16 14:45:59下载
- 积分:1
-
FDTD
Scott Hudson, WSU Tri-Cities
1D electromagnetic finite-difference time-domain (FDTD) program.
Assumes Ey and Hz field components propagating in the x direction.
Fields, permittivity, permeability, and conductivity
are functions of x. Try changing the value of "profile".(Scott Hudson, WSU Tri-Cities 1D electromagnetic finite-difference time-domain (FDTD) program. Assumes Ey and Hz field components propagating in the x direction. Fields, permittivity, permeability, and conductivity are functions of x. Try changing the value of " profile" .)
- 2011-05-24 15:06:17下载
- 积分:1
-
Matlab2048
2048matlab代码。。。。。。。。。。。。。。。。。。。。。。。(2048 the matlab codes of 2048.)
- 2014-10-07 11:51:56下载
- 积分:1
-
SFP
步进频信号处理模型,从信号产生到信号处理过程,到输出(step frequency)
- 2021-01-02 21:38:57下载
- 积分:1
-
NR_power-Flow
x0 = ones(2,2) Make a starting guess at the solution
options = optimset( Display , off ) Turn off Display
[x,Fval,exitflag] = fsolve(@myfun,x0,options)
The solution is
x =
-0.1291 0.8602
1.2903 1.1612
Fval =
1.0e-009 *
-0.1619 0.0776
0.1161 -0.0469
exitflag =
1
and the residual is close to zero.
sum(sum(Fval.*Fval))
ans =
4.7915e-020
- 2014-02-22 08:37:54下载
- 积分:1
-
Tutorial
说明: stk和matlab互联的应用,创建简单的gui,可以对场景进行放大缩小(STK and MATLAB interconnected application, create a simple GUI, can zoom in and out of the scene)
- 2020-04-09 13:27:29下载
- 积分:1
-
matlab-a-practical-introduction-to-programming-an
The purpose of this book is to teach basic programming concepts and skills
needed for basic problem solving, all using MATLAB® as the vehicle. MATLAB
is a powerful software package that has built-in functions to accomplish a
diverse range of tasks, from mathematical operations to three-dimensional
imaging. Additionally, MATLAB has a complete set of programming constructs
that allows users to customize programs to their own specifications.
- 2010-11-23 14:53:31下载
- 积分:1