-
houghtrans
performs hough transform well
- 2010-03-15 04:08:00下载
- 积分:1
-
nibianqi
给出一个逆变器具体的仿真实例,通过仿真 ,可以得出实际运行中的电压、电流的波形
(Give a concrete example of the simulation, the simulation can be drawn from the actual operation of the voltage and current waveforms)
- 2011-07-14 17:45:07下载
- 积分:1
-
TSP1
说明: 基于遗传算法的TSP优化Matlab源码实现(TSP optimization based on genetic algorithm MATLAB source code implementation)
- 2021-02-04 18:41:44下载
- 积分: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
-
dae
matlab code differential Algebraic Equation
- 2012-12-03 05:06:21下载
- 积分:1
-
ditonglvbo
MATLAB低通滤波程序,很好的源代码,希望对大家有用(filter)
- 2009-11-26 11:37:15下载
- 积分:1
-
FouFuncMdl
this is about solving physic problem whit matlab
- 2013-01-10 04:30:38下载
- 积分:1
-
mycode
说明: 完成版的LM,稳健的LM检验;空间滞后、空间误差模型的回归,豪斯曼检验。(LM Test for Completed Version;LM test;hausman test;)
- 2019-04-27 02:26:57下载
- 积分:1
-
usefulpro
解决无优化问题的很有效的matlab程序,包括运行结果,希望可以多交流学习(Solve optimization problems without matlab very effective procedures, including operating results, hoping to learn more exchanges)
- 2011-04-29 21:28:25下载
- 积分:1
-
Matlab-Example
STK(卫星仿真工具箱)/matlab联合仿真,带GUI软件界面(matlab)。场景演示的例程,可以作为一个仿真开发的基础平台。(STK/matlab joint simulation, a good example with GUI)
- 2011-05-13 23:10:46下载
- 积分:1