-
newtons_algorithm_for_nnls
文献1的仿真程序
solves the linear least squares problem with nonnegative variables =
using the newton s algorithm in [1].
[1] Portugal, Judice and Vicente, A comparison of block pivoting and
% interior point algorithms for linear least squares problems with
% nonnegative variables, Mathematics of Computation, 63(1994), pp. =
625-643(literature of a simulation program solves the linear least squares p roblem with nonnegative variables using the n = ewton's algorithm in [1]. [1] Portugal. Judice and Vicente. A comparison of block pivoting and interior% po int algorithms for linear least squares proble ms% with nonnegative variables, Mathematics of Computation, 63 (1994), pp. = 625-643)
- 2007-03-27 14:54:26下载
- 积分:1
-
12889
Microstrip Patch Antenna for bandwidth enhancement
- 2015-03-26 01:50:54下载
- 积分:1
-
33850Dual Extended Kalman Filter (DEKF)
双扩展卡尔曼滤波器在simulink中的应用,有一定参考价值(Application of double extended Calman filter in Simulink)
- 2017-09-12 15:24:30下载
- 积分:1
-
polar_ang_avg
polar angle average for beamforming
- 2009-04-14 01:32:53下载
- 积分:1
-
calibration_zhang
摄像机标定程序:用matlab语言编写,zhang是主程序,请参考test以了解调用的方法(camera calibration procedures : using Matlab language, the main program is zhang, Please refer to test to find out the calling method)
- 2006-09-27 10:14:35下载
- 积分:1
-
PredictPower
为提高了短期负荷预测的精度根据季节气候的不同做不同的模糊处理并建立专家处理系统对天气做的模糊处理使预测结果令人满意(to a rise in short-term load forecasting accuracy under different seasonal climate so different fuzzy treatment and the establishment of the Expert Jimmy system for weather so fuzzy treatment made forecasting satisfactory results)
- 2007-04-04 13:31:12下载
- 积分:1
-
PFC
本程序为模型预测控制程序的一种,自带实时计算更新模块,完成循环仿真。(This procedure is belong to the model predictive control algorithm, with real-time update module calculation to complete the cycle simulation.)
- 2013-12-05 09:22:38下载
- 积分:1
-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1
-
work
说明: 关于层次分析的MATLAB源程序,对数学建模求解层次分析问题特别有用。(MATLAB-level analysis on the source of mathematical modeling to solve the issue of the level of analysis particularly useful.)
- 2008-09-21 12:04:15下载
- 积分:1
-
x2xd
离散时间数据,采用五点样条插值,高精度时域求导。(Discrete-time data , using a five-point spline interpolation , derivation time domain accuracy.
)
- 2014-12-09 10:25:28下载
- 积分:1