-
ALG024
SECANT法求解一个连续方程,f(x) = 0,给两个初始值( SECANT ALGORITHM 2.4
To find a solution to the equation f(x) = 0
given initial approximations p0 and p1:
INPUT: initial approximation p0, p1 tolerance TOL
maximum number of iterations N0.
OUTPUT: approximate solution p or
a message that the algorithm fails.)
- 2009-04-30 21:39:11下载
- 积分:1
-
criptografia.3105
encriptar archivos en cifrado de hill
- 2011-04-28 02:53:06下载
- 积分:1
-
matlabfengesuanfa
用matlab编写的关于图像的行分割和列分割算法,很实用(Prepared using matlab line on the image segmentation algorithm segmentation and out, very useful)
- 2010-05-21 21:50:56下载
- 积分:1
-
峰值信噪比的函数psnr matlab
在matlab中实现峰值信噪比的函数 function y=psnr(im1,im2) 计算峰值信噪比程序——————————————— - ininput im1 : the original image matrix (For peak signal to noise ratio in matlab function function y = psnr (im1, im2) calculated PSNR program)
- 2016-06-15 15:49:39下载
- 积分:1
-
pso
这是一个粒子群算法(pso)的MATLAB源程序(This is a particle swarm optimization (pso) the MATLAB source code)
- 2008-05-24 22:26:22下载
- 积分:1
-
Bar_Plot_3D
its a bar plot for matlab
- 2012-04-24 16:46:03下载
- 积分:1
-
刚度矩阵
说明: 该命令流用于计算层剪切模型串并联体系的刚度矩阵(The command flow is used to calculate the stiffness matrix of the series parallel system of the layer shear model)
- 2019-12-02 19:25:20下载
- 积分:1
-
interp.rar
抽取插值运算,实现信号的抽取,实现信号抽样频率等。(This is for students who is major in communication project.)
- 2010-05-14 23:06:34下载
- 积分:1
-
matlabofsystem
matlab在控制系统中应用的书籍,详细介绍了在各个环节中的应用(control system in Matlab Application of books, described in detail all the aspects of the application)
- 2006-12-12 09:58:46下载
- 积分:1
-
mastering_MATLAB_GUI
基本使用说明如下:
1、文件夹中均为MATLAB软件M文件程序;
2、程序文件为每一章节中例题的MATLAB程序电子版,程序名与例题名序号相对应;
3、此文件夹中的程序已经经过调试,在MATLAB 7.0或以上版本中均可以正常运行;
4、程序头中功能介绍了此程序的主要实现的功能。
(Basic use is as follows: 1, folder files are MATLAB software M procedures 2, the program file for each of the sections in the example of the electronic version of MATLAB program, the program name and serial number of the corresponding sample questions 3, in this folder procedures have been debug, in MATLAB 7.0 or above in both the normal operation 4, the procedure first introduced in the function of this program the main function.)
- 2008-07-09 13:03:44下载
- 积分:1