-
matlab87geshili
matlab的87个实例,基本上涵盖了matlab得许多操作函数和图像处理方法,对大家的学习很有帮助。(87 instances of matlab, matlab have basically covered many operations functions and image processing method, all very helpful.)
- 2010-07-09 22:18:01下载
- 积分:1
-
trankgame
MATLAB写的拖拉机游戏,有志学习MATLAB的请进(Written in MATLAB tractor games, who are interested to learn MATLAB to Come)
- 2009-12-24 20:51:03下载
- 积分: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
-
sins4357345637456375
惯性导航解算程序,四阶龙格库塔发更新四元数,求姿态、速度和位置(Solver inertial navigation procedures, fourth-order Runge-Kutta issued to update the quaternion, seeking attitude, velocity and position)
- 2013-11-20 16:18:40下载
- 积分:1
-
decim.m
Matlab function o decimate an image
- 2009-09-18 22:24:27下载
- 积分:1
-
sf_markov
马尔科夫matlab目标跟踪仿真源代码,数据可靠(马尔科夫matlab目标跟踪仿真源代码)
- 2009-03-17 17:07:32下载
- 积分:1
-
work
用matlab编写的有关信号与系统和数字信号处理的源程序(Prepared using matlab on signals and systems and digital signal processing of the source)
- 2011-05-24 13:14:07下载
- 积分:1
-
Four-methods-for-power-spectrum
本程序包含四种常用的功率谱计算方法。包括周期图法等。(This program includes four kinds of commonly used calculation method of the power spectrum.Including the periodogram method, etc.)
- 2013-08-25 13:25:56下载
- 积分:1
-
how2across_the_river_safely
用MATLAB实现“商人怎样安全过河”模型求解(Using MATLAB to solve“how to secure traders to cross the river” model )
- 2009-04-28 10:06:31下载
- 积分:1
-
bianjiegenzhong
用MATLAB利用边界跟踪进行图像抠图,程序程序(Image tracking border)
- 2014-10-26 12:22:56下载
- 积分:1