登录
首页 » Visual Basic » MATLAB-to-XPlane9

MATLAB-to-XPlane9

于 2012-03-27 发布 文件大小:415KB
0 300
下载积分: 1 下载次数: 26

代码说明:

  this program is a sample program for connecting MATLAB with Xplane9 using UDP comunication.

文件列表:

Airfoils
........\AIDA.afl,25808,2011-05-03
........\FX63-137(High).afl,25098,2011-04-13
........\FX63-137(Low).afl,25099,2011-04-16
........\Sauter1.afl,25098,2011-04-18
Model
.....\AIDA 1st Flight.rep,43565,2011-05-04
.....\AIDA.acf,2582001,2011-05-04

.....\AIDA_paint.BMP

README.txt,132,2011-04-22
xpclose.m,64,2011-04-17
xpcontrolmap.asv,968,2011-05-04
xpcontrolmap.m,1396,2011-05-04
xpcontrolout.m,953,2011-05-04
xpdfloatc.m,162,2011-04-15
xpdref.m,520,2011-04-15
xpflightcond.asv,2247,2011-05-04
xpflightcond.m,2253,2011-05-04
xpintc.m,159,2011-04-15
xpintialize.m,625,2011-04-17
xplane_run.asv,3998,2011-05-04
xplane_run.m,4165,2011-05-04
xpPID.m,325,2011-04-18
xpPIDreset.m,294,2011-04-18
xpread.m,980,2011-04-17
xpsfloatc.m,162,2011-04-15
xptakeoff.m,196,2011-05-04
xptestwriteout.m,216,2011-04-17

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

发表评论

0 个回复

  • beamformer-code
    beamformer code using c lang
    2015-03-30 19:35:53下载
    积分:1
  • youleyuan
    ⑴.设计游乐平面图,所含景点不少于10个。以图中顶点表示游乐园各景点,存放景点名称、代号、等信息;以边表示路径,存放路径长度等相关信息。 ⑵.为游人提供图中任意景点的问路查询,及查询任意两个景点之间的一条最短的简单路径。 (⑴. Designed to play plan, contained less than 10 scenic spots. To graph vertices, said the amusement park attractions, attractions store names, codes, and other information to edges, said path, the path length of storage of information. ⑵. To provide the figure for the visitors ask for directions any spots, queries, and query any two attractions of a shortest simple path.)
    2010-01-04 21:04:36下载
    积分:1
  • TestArray
    一个小程序,通过使用vc++调用MATLAB求特征值和特征向量和插值。(A small procedure, by using vc++ to call MATLAB for eigenvalues and eigenvectors and interpolation.)
    2009-03-02 22:26:32下载
    积分:1
  • Kriging
    克里格法(Kriging)是地统计学的主要内容之一,从统计意义上说,是从变量相关性和变异性出发,在有限区域内对区域化变量的取值进行无偏、最优估计的一种方法;从插值角度讲是对空间分布的数据求线性最优、无偏内插估计一种方法。(Kriging (Kriging) is one of the main geostatistics, statistically speaking, is the variable correlation and variability within a limited area of the value of regionalized variables unbiased, best a method for estimation speaking the perspective of a data interpolation spatial distribution of solving linear optimal, unbiased estimate of the interpolation method.)
    2014-12-16 16:34:29下载
    积分:1
  • VBMatlab
    :VB与Matlab混合编程方法,通过建立VB与Matlab间的ActiveX连接,实现VB应用程序中调用Matlab, 建立与Matlab ActiveX服务器的连接。该方法通过利用ActiveX技术、应用DDE与Matlab通讯、使用MatrixVB、 生成执行文件、编译动态链接库等步骤实现(: VB and Matlab programming mix, VB and Matlab through the establishment of connection between the ActiveX, VB application, call the realization of Matlab, the establishment and Matlab ActiveX server. The method is through the use of ActiveX technologies, applications and Matlab DDE communication, the use of MatrixVB, generated executable file, compiled dynamic link libraries and other steps to achieve)
    2011-05-05 13:12:27下载
    积分:1
  • 0000888
    个人觉得很不错,值得一看,大家有兴趣的可以看看(Personally feel very good, worth a visit, we are interested can look at)
    2010-02-23 19:29:01下载
    积分:1
  • B-M
    B-M算法的实现,求出产生M序列的最短LFSR的联接多项式,调试成功,可以运行(BM algorithm, find the shortest LFSR sequence generated M join polynomials, debug successfully, you can run)
    2010-05-09 23:36:49下载
    积分:1
  • Wavelet_denoising
    小波去噪matlab程序,有demo,本人已运行,能用,大家可以试一试。(Wavelet denoising matlab program, demo, I have to run, can be used, we can try.)
    2013-10-25 21:10:04下载
    积分:1
  • DV_HOP_MATLAB
    matlab仿真实现无线传感器网络定位算法(matlab simulation of wireless sensor network localization algorithm)
    2009-12-17 11:05:46下载
    积分:1
  • Archive
    4) 创建一个名为Complex的类,进行复数的算术运算。复数的形式为: realpart+imaginarypart*i 用浮点变量表示类的private数据。提供构造函数,能够对所声明的该类对象进行初始化。在不提供初始化值的情况下,该构造函数应包含默认值。针对以下功能,分别提供一个public成员函数。 (1)两个复数相加; (2)两个复数相减 (3)用(a, b)的形式打印复数,其中a为实部,b为虚部。 (4) Create a class called Complex, and perform complex arithmetic operations. Plural form: realpart+imaginarypart* i said private data class with floating point variables. Provide a constructor, the object can be declared for the class is initialized. In the case do not provide initialization values, the constructor should contain default values. For the following functions, which provide a public member function. (A) two complex numbers (2) the subtraction of two complex (3) (a, b) in the form of plural printing, where a is the real part, b is the imaginary part.)
    2013-12-18 15:14:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载