-
utilities
matlab中几个非常实用的画图程序,分别用来画箭头,方形,球体,多面体,坐标系,非常实用。(matlab drawing on some very practical procedures were used to draw the arrow, square, sphere, polyhedron, coordinate system, very useful.)
- 2010-08-02 16:32:02下载
- 积分:1
-
PropCode4
2-D Propagation Code for Bounded Media
- 2010-10-08 00:51:36下载
- 积分:1
-
Gauss_Generation
Gauss channel generation with zero mean and unit variance
- 2011-01-24 16:08:57下载
- 积分:1
-
yichanPID
结合经典PID理论和遗传算法,设计遗产算法PID系统,并进行仿真(Combination of theory and genetic algorithms classical PID, PID algorithm design legacy systems, and simulation)
- 2011-06-18 23:57:26下载
- 积分:1
-
irradiance
光伏电站中太阳光de 辐照度与光伏输出功率的关系(Relations photovoltaic solar power plant with an output power of irradiance)
- 2021-01-28 09:48:35下载
- 积分: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
-
music
matlab在线听音乐程序源码 可供研究(listening music online by matlab)
- 2012-05-14 17:23:14下载
- 积分:1
-
jixijifenduffing
自编的增加维数精细积分求解非线性动力学方程的程序(pim method)
- 2013-11-09 09:58:03下载
- 积分:1
-
RS-Matlab--understanding
一个DataMatrix,RS码的编码例子,用matlab写的,有助于理解里面的算法(A DataMatrix, RS code examples, written with MATLAB, helps to understand the inside algorithm)
- 2015-01-13 09:53:39下载
- 积分:1
-
Zilkova_Timko_Girovsky_8
Nonlinear System Control Using Neural
Networks
- 2010-08-03 15:19:40下载
- 积分:1