-
lagrange
Matlab中没有现成的Lagrange插值函数,必须编写一个M文件实现Lagrange插值。
设n个节点数据以数组x0,y0 输入(注意Matlat的数组下标从1开始),m 个插值点以数组 x输入,输出数组y 为 m个插值。
编写一个名为lagrange.m的M文件。(Matlab is not off-the-shelf Lagrange interpolation function, we must realize the preparation of an M file Lagrange interpolation. N nodes based data to an array of x0, y0 input (Note Matlat subscript of the array starting at 1), m a x interpolation points to the array input and output array y for m months interpolation. Lagrange.m the preparation of a M-file.)
- 2008-05-12 10:54:59下载
- 积分:1
-
videofig
A figure ready to scroll through and play videos. You can also draw any custom graphics on it.
(VIDEOFIG(NUM_FRAMES, @REDRAW_FUNC) creates a figure with a horizontal scrollbar and shortcuts to scroll automatically. The scroll range is 1 to NUM_FRAMES. The function REDRAW_FUNC(F) is called to redraw at scroll position F (for example, REDRAW_FUNC can show the frame F of a video).
This can be used not only to play and analyze standard videos, but it also lets you place any custom Matlab plots and graphics on top.
Jiro posted a great example on the Pick of the Week blog, along with a nice GIF animation so you can see it in motion:
http://blogs.mathworks.com/pick/2010/12/10/video-player-for-your-frame-based-processing/
EXAMPLE 1
Place this in a file called "redraw.m":
function redraw(frame)
imshow([ AT3_1m4_ num2str(frame, 02.0f ) .tif ])
end
Then from a script or the command line, call:
videofig(10, @redraw)
redraw(1)
The images "AT3_1m4_01.tif" ... "AT3_1m4_10.tif" are part of the Image
Processing Toolbox and there s no ne)
- 2010-12-14 16:38:11下载
- 积分:1
-
FEC_CMMB_rar
数字广播系统中前向纠错编码器的MATLAB实现(Digital broadcasting systems FEC encoder MATLAB Implementation)
- 2010-05-26 18:10:22下载
- 积分:1
-
SVM-KM
一种很容易理解的svm matlab工具箱,可用于分类,回归,并附很多示例。(A very easy to understand svm matlab toolbox, can be used for classification, regression, together with many examples.)
- 2007-09-04 20:09:52下载
- 积分:1
-
immmix2
使用交互式算法比较单传感器和多传感器融合的性能。(Interactive algorithm compared with single-sensor and multi-sensor fusion performance.)
- 2011-11-19 18:18:00下载
- 积分:1
-
LSB_Watermarking
Demo to watermark an image by hiding another image in a certain bit plane
- 2014-12-13 02:29:51下载
- 积分:1
-
matlab6
【matlab编程代做】matlab从图像中检测人脸部分 可以作为参考使用学习 ([Do] matlab matlab programming generation face detection the image section can be used as a reference study)
- 2015-01-11 18:02:55下载
- 积分:1
-
Matlab
Detect circles with various radii in grayscale image via Hough Transform
- 2015-01-13 22:16:29下载
- 积分:1
-
histEQUAL
Histogram equalization matlab code
- 2014-08-31 15:27:31下载
- 积分:1
-
hanning
一个关于正弦信号的画图程序,用着很简练,方便(A sinusoidal signal on the Paint program, with a very concise and convenient)
- 2009-12-07 10:20:43下载
- 积分:1