登录
首页 » matlab » Pseudo

Pseudo

于 2009-03-30 发布 文件大小:4KB
0 110
下载积分: 1 下载次数: 70

代码说明:

  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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 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
  • shudu
    数独程序,,很好用的,大家可以参考一下,呵呵呵~~~~~(Sudoku program, well used, we can refer to, Ha ha ha ~~~~~)
    2011-01-24 13:18:48下载
    积分:1
  • martin-matlab__
    spectral subtraction
    2011-11-10 13:18:54下载
    积分:1
  • irad_edge
    Radon Transform and Inverse radon 180 degree movement step by step
    2013-12-11 16:19:39下载
    积分:1
  • day2code_clearness
    计算晴空指数,即入射到水平面的太阳总辐射量与天文辐射之比。(Calculate clear sky index.That is, the ratio of the total solar radiation incident on the horizontal plane to the astronomical radiation.)
    2021-03-31 19:59:08下载
    积分:1
  • porojefanardamper
    this is other mass-spring project with matlab gui that get initial values an d solve the motion equation and show wave of the motion
    2010-12-26 06:26:53下载
    积分:1
  • sesan
    通过用类似于阶跃折射率型光纤的理论,计算光子晶体光纤的基模模式折射率和色散。 (By analogy with the theory of step-index fibers, the effective index of the fundamental mode and the dispersion of PCF can be calculated. )
    2013-01-11 14:30:05下载
    积分:1
  • DCDC
    移相dcdc变换器,简单的移项全桥simulink控制(Phase shift DCDC converter, a simple phase-shift full bridge Simulink control)
    2017-08-20 14:08:08下载
    积分:1
  • AntsMatlabCode
    蚁群算法的matlab源码,希望有人来讨论!(Ant colony algorithm matlab source code, hope someone to discuss!)
    2008-07-19 10:03:46下载
    积分:1
  • jixing_LMS_multi_input_adv1
    基于极性LMS算法的对于多信号波达角方向估计,基于32单元线阵(LMS algorithm based on the polarity of the multi-signal angle of arrival direction is estimated, based on the 32-cell linear array)
    2009-07-10 11:30:09下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载