登录
首页 » matlab » TrainPosition

TrainPosition

于 2014-10-13 发布 文件大小:1KB
0 210
下载积分: 1 下载次数: 2

代码说明:

  根据不同的地理位置转化坐标的matlab源程序,给出注释,方便修改。(Depending on the geographic coordinate transformation matlab source, give comments, easy to modify.)

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

发表评论

0 个回复

  • Coordinate-conversion
    坐标转换(四参数) [row col]=size(source) for i=1:row u(i)=source(i,2) v(i)=source(i,3) x(i)=source(i,4) y(i)=source(i,5) B(2*i-1,1)=1 B(2*i-1,2)=0 B(2*i-1,3)=u(i) B(2*i-1,4)=-v(i) B(2*i,1)=0 B(2*i,2)=1 B(2*i,3)=v(i) B(2*i,4)=u(i) L(2*i-1,1)=x(i) L(2*i,1)=y(i) end X=inv(B *B)*(B *L) Txy=[X(1) X(2)] xzjz(1,1)=X(3) xzjz(1,2)=-X(4) xzjz(2,1)=X(4) xzjz(2,2)=X(3) [row1 col1]=size(target) for i=1:row1 u1(i)=target(i,2) v1(i)=target(i,3) d=[u1(i) v1(i)] md=Txy+xzjz*d end end (Coordinate conversion: [row col]=size(source) for i=1:row u(i)=source(i,2) v(i)=source(i,3) x(i)=source(i,4) y(i)=source(i,5) B(2*i-1,1)=1 B(2*i-1,2)=0 B(2*i-1,3)=u(i) B(2*i-1,4)=-v(i) B(2*i,1)=0 B(2*i,2)=1 B(2*i,3)=v(i) B(2*i,4)=u(i) L(2*i-1,1)=x(i) L(2*i,1)=y(i) end X=inv(B *B)*(B *L) Txy=[X(1) X(2)] xzjz(1,1)=X(3) xzjz(1,2)=-X(4) xzjz(2,1)=X(4) xzjz(2,2)=X(3) [row1 col1]=size(target) for i=1:row1 u1(i)=target(i,2) v1(i)=target(i,3) d=[u1(i) v1(i)] md=Txy+xzjz*d end end )
    2014-12-12 19:02:28下载
    积分:1
  • CVX
    Convex Optimization Slides
    2014-02-20 08:06:46下载
    积分:1
  • wavefilter
    在MATLAB环境中,进行数字图像处理中常用到的小波函数系列之五,小波滤波器函数(In the MATLAB environment, to carry out commonly used in digital image processing of the wavelet function of the five series, wavelet filter function)
    2009-04-27 15:28:45下载
    积分:1
  • MATLAB6
    《MATLAB6.0数学手册》 本教程按逻辑编排,自始至终用实例描述,既适用于初学者自学,也适用于高级 MATLAB 用户。可作为高等数学、数值分析、工程数学、数学建模、线性规划等课程的教 学参考书,也可作为科技工作者学习和使用MATLAB 的参考书,还可作为数学实验的教学 用书,特别适合用作理工科大学生学习数学课程的教学辅导书。(" MATLAB6.0 Mathematics Handbook," this tutorial logically arranged from beginning to end examples describing both self-study for beginners, but also to advanced MATLAB users. Can be used as advanced mathematics, numerical analysis, engineering, mathematics, mathematical modeling, linear programming courses teaching reference books, but also can be used as scientific and technological workers to learn and use MATLAB reference books, but also as an experimental teaching mathematics books, in particular, suitable for science and engineering students to study mathematics curriculum counseling books.)
    2010-01-07 23:56:03下载
    积分:1
  • ElmanIdentification
    自己编写的改进ELMAN网络辨识程序.非常实用(I have written procedures to improve the ELMAN network identification. Very useful)
    2008-07-23 17:43:44下载
    积分:1
  • digitalbeamforming
    some resources for matlab
    2010-12-06 06:42:56下载
    积分:1
  • OFDMQPSK
    说明:  OFDM的QPSK仿真程序,里面只有一个txt文件,所有程序都在上面了。(OFDM QPSK simulation program, only a txt file, all proceedings in the above.)
    2006-03-27 15:26:09下载
    积分:1
  • SRGUI_matlab
    matlab tool box for super resolution
    2011-11-19 05:37:25下载
    积分:1
  • LED_road
    LED路灯配光需要计算许多重要参数。本程序通过利用LED路灯实测数据来讨论这些参数间关系。(lots of parameteres have to be calculated before using the LED road lamp. this program use the measured data to discuss these parameteres.)
    2012-04-26 02:11:24下载
    积分:1
  • newton
    牛顿法,一种高效的优化方法,对于无约束的优化问题有效(Newton, an efficient optimization method for unconstrained optimization problems effectively)
    2013-12-08 14:32:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载