-
Spacecraft_Control_Toolbox
The Spacecraft Control Toolbox is composed of MATLAB m-fi les and mat-fi les, organized into a set of modules by subject. It is essentially a library of functions for analyzing spacecraft and missions. There is a substantial set of
software which the Spacecraft Control Toolbox shares with the Aircraft Control Toolbox, and this software is in a module called Common. The core spacecraft fi les are in SC and SCPro along with special plotting tools in Plotting.
The new CubeSat module demonstrates mission planning and simulation for nanosatellites. These fi ve modules are referred to together as the Core toolbox. Functions for estimation, orbit analysis, subsystem analysis, and detailed
attitude control system examples are grouped in separate modules. All of the modules are described in the following table, including the add-on modules which are purchased separately.
- 2020-07-10 22:28:56下载
- 积分:1
-
lorenz_attractor
lorenzattractor. all the equations
- 2011-01-21 00:20:32下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1
-
ROOT
用于搜寻rayleigh波在多层介质中频散的解的求根函数。用matlab开发的。(this program developed for seeking the groupvelocity and phasevelocity according the period and the initial velocity。)
- 2013-04-30 15:53:57下载
- 积分:1
-
wsn
used to calculate energy efficiency in wireless sensor nodes
- 2013-12-06 14:07:44下载
- 积分:1
-
程序路径规划
说明: 该程序实现了机器人的路径规划,实现避障避碰。(The program realizes the path planning of the robot and the obstacle avoidance and collision avoidance.)
- 2019-11-05 10:52:37下载
- 积分:1
-
rls1
RLS算法的一个程序,对大家肯定有帮助的(RLS algorithm is a procedure to help the U.S. certainly has the)
- 2007-08-22 09:49:47下载
- 积分:1
-
matlabclassicalalgorithmicprogramme
说明: Matlab 经典算法程序规划绘图差值数值分析(Matlab classical algorithm mapping programmatic difference between the numerical analysis of)
- 2010-03-18 17:53:16下载
- 积分:1
-
2
说明: bistativ simulation in synthetic aperature radar
- 2012-07-03 12:58:53下载
- 积分:1
-
LCS
最长公共子序列的个人实验,输入两个不同的字符序列(要求必须是字母),将输出这两个字符序列的最长公共子序列。(Individual experiments longest common subsequence, enter two different sequences of characters (letters must be required), the output of the longest common subsequence of the two-character sequence.)
- 2014-01-11 23:55:57下载
- 积分:1