-
solve
用牛顿法解方程组,迭代法解方程组和求矩阵最大特征值(Newton Method with equations, iterative methods for solution of matrix equations and the largest eigenvalue)
- 2009-03-30 10:58:28下载
- 积分:1
-
half_band_filter
半带滤波器的设计。半带滤波器在设计准确重建性能的滤波器组方面有重要作用。(half-band filter design. Half-band filters in the design performance of accurate reconstruction filters play an important role.)
- 2007-01-12 18:15:40下载
- 积分:1
-
MATLAB6.5-Application-Programming-
MATLAB6.5应用接口编程 包括接口介绍,MEX文件,matlab计算引擎(MATLAB6.5 application interface programming interfaces, the MEX file Matlab computational engine)
- 2012-06-15 18:55:11下载
- 积分:1
-
lvmread
将检测数据常用的.lvm格式读取到workspace的matlab程序(Load lvm files)
- 2015-03-16 19:08:52下载
- 积分:1
-
distribution-network-
分布式电源接入配电网的不确定性分析基于matlab(Analysis of distributed generation access to distribution network uncertainty)
- 2021-01-07 13:18:53下载
- 积分:1
-
MEAN-AND-VARIANCE-NORMALIZATION
MEAN AND VARIANCE NORMALIZATION
- 2012-02-14 06:12:14下载
- 积分:1
-
MATLABFusionAlgorithm
图像融合算法实现 MATLAB版图像融合算法实现 MATLAB版图像融合算法实现 MATLAB版(MATLAB version of Image Fusion Algorithm)
- 2020-06-28 22:40:01下载
- 积分:1
-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
(Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
- 2009-12-28 22:03:42下载
- 积分:1
-
jpeg2000
利用JPEG2000标准进行图像压缩和图像解压的Matlab程序(image compression and decompression using JPEG2K)
- 2020-10-10 11:57:33下载
- 积分:1
-
project
以“一主三从”主从多机通信系统为物理模型,研究应用马尔可夫链建立仿真算法及蒙特卡洛法建立了数学模型,通过将完整的系统元件化,并对每个元件创立各自的状态转移机模型,仿真运行状态,实现了对于这一通信系统的可靠性建模评估。(" One the main three from the" master-slave multi-communication system for the physical model to study the application of Markov chain Monte Carlo simulation algorithm and the mathematical model established through the will of a complete system components, and the creation of each component their respective state transition model, the simulation run, and the realization of a communication system for the assessment of the reliability of modeling.)
- 2009-05-29 17:22:08下载
- 积分:1