-
time9
关于时钟一个基本的Matlab动画程序,可以使初学者了解动画程序的应用。(On a basic clock Matlab animation program that allows beginners to understand the application of animation process.)
- 2009-01-01 13:10:28下载
- 积分:1
-
MST_Kruskal
matlab使用的图论中的最小生成树计算(minimum spanning tree)
- 2013-03-28 19:51:26下载
- 积分:1
-
Pseudo
This is a code of Pseudo-Arc Length Continuation Method , the method can be used for solving the nonlinear equations, the principle can re found in some text books.
In the code,I prove the agreement of the code with other methods
- 2009-03-30 09:40:20下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
tabs
用matlab gui 实现界面互相切换功能 给你带来新的方法 创建不同类型的界面(matlab gui )
- 2011-12-01 19:29:11下载
- 积分:1
-
龙格库塔
说明: rk-4 四阶龙格库塔法求解代码及结果图片(rk-4 Fourth order Runge Kutta method solution code and result picture)
- 2020-07-06 11:48:53下载
- 积分:1
-
121114135costas
通信载波恢复中Costas环仿真的Matlab编程(Communication Costas carrier recovery loop simulation in the Matlab programming)
- 2009-05-27 05:47:49下载
- 积分:1
-
NBayesLogReg
system will automatically
- 2011-07-10 16:45:51下载
- 积分:1
-
Park-transform2
park transformation using simulink blocks
- 2013-03-05 03:21:03下载
- 积分:1
-
n-Queens-In-Matlab
n-queens implementation in MATLAB
- 2013-11-29 00:51:01下载
- 积分:1