-
fixed_point_systems
Fixed-point for functions of several variables (Function fixed_point_systems(x0, N) approximates the solution of a system of nonlinear equations F(x) = (f1(x), f2(x), ..., fn(x)) = 0 rewritten in the fixed-point form x = G(x) = (g1(x), g2(x), ..., gn(x)). This is done by the user at the bottom of the file. The sub-function G(x) has to be updated accordingly with the given system. The iteration scheme x(k+1) = G(x(k)) is implemented until condition |x(k)- x(k-1)| < tol is met, starting with an initial approxiamtion vector x0. If, after N iterations, the stopping criterion is not reached, a message concerning the iterated x s is displayed. the output consists of iterates of each variables x1, x2, ..., xn in each column. )
- 2009-05-14 04:39:19下载
- 积分:1
-
matlab
学习好matlab,必须要亲动手,进行实践,而且要从基本做起(for matlab study)
- 2011-01-10 19:28:45下载
- 积分:1
-
doa
一种对DOA参数进行仿真的程序,简单实用 (A kind of simulation parameters on the DOA procedure)
- 2010-06-05 10:38:57下载
- 积分:1
-
PML
FDTD的MATLAB代码,PML边界条件,三维模型(FDTD MATLAB)
- 2014-10-19 16:19:34下载
- 积分:1
-
MATLAB-used-in-the-projiect
matlab 在工程上面的应用是一件麻烦的事,于此,提供一些应用知识(the matlab works above is a troublesome thing, this provides some application knowledge)
- 2012-11-15 17:07:57下载
- 积分:1
-
tra011
惯性导航解算,得出飞行器的经度纬度高度,陀螺仪和加速度计的值(Inertial Navigation Solution, the longitude, latitude, altitude, gyroscope and accelerometer of the aircraft are obtained.)
- 2019-02-27 16:12:14下载
- 积分:1
-
MainProgram_sharedEVModelling
说明: 共享电动车充电站选址优化问题实例问题求解(A case study on location optimization of shared electric vehicle charging station)
- 2020-03-25 09:03:16下载
- 积分:1
-
spline_eval
evaluate a spline interpolant (works with the output from linear_spline.m, cubic_nak.m and cubic_clamped.m)
- 2010-02-08 16:13:09下载
- 积分:1
-
record
说明: 录音程序,在matlab下运行。能录1-6秒的音频并对其进行时域和频域的分析。能保存文件(Recording procedures, run under matlab. 1-6 seconds of audio can be recorded and its time domain and frequency domain analysis. To save the file)
- 2011-03-14 13:43:44下载
- 积分:1
-
Simple-analog-clock
简易模拟时钟,使用MATLAB的GUI开发而成,可以获取桌面时钟数然后在模拟钟面上显示,每隔一秒刷新显示!(Simple analog clock, a GUI was developed using MATLAB, you can get a desktop clocks and analog clock face on display, refresh the display every second!)
- 2013-12-13 21:15:21下载
- 积分:1