-
symm
输入一个一维行向量,输出一个以此为首行元素的实对阵矩阵。如:输入a=[4 9 5 3 6],再输入A=symm(a)(Enter a one-dimensional row vector, generate a symmetry matrix
)
- 2010-12-15 15:47:27下载
- 积分:1
-
pe_76
说明: 采用分段脉冲点匹配解pocklington方程,绘制广播76米天线电流分布图(Matching solution using sub-pulse point pocklington equation, rendering radio antenna current distribution 76 meters)
- 2010-04-25 14:26:10下载
- 积分: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
-
pujianfa
自己写的一个谱减法,在信噪比不太低的时候效果还不错。(one matlab program. the effect is not bad when SNR is not lower.)
- 2009-09-15 13:25:03下载
- 积分:1
-
Inverted_Pendulum_Using_NNPID
利用神经网络PID算法控制倒立摆的Matlab源码(Matlab Codes on Controlling Inverted Pendulum Using NNPID Algorithm)
- 2010-10-20 10:43:18下载
- 积分:1
-
kalman-files-matlab
针对IMU和GPS联合解算提供了两个不同的卡尔曼滤波算法(IMU and GPS for the United Solution offers two different Kalman filter)
- 2011-02-15 14:02:54下载
- 积分:1
-
matlab-100examples
说明: MATLAB使用百例,1-32是:图形应用篇;33-66是:界面设计篇;67-84是:图形处理篇;
85-100是:数值分析篇(MATLAB using the 100 cases, 1-32 is: graphics applications, articles 33-66 is: interface design articles 67-84 is: graphics processing articles 85-100 are: Numerical Analysis Section)
- 2010-03-24 14:20:59下载
- 积分:1
-
psofunction
pso optimization function
- 2013-08-15 12:35:27下载
- 积分:1
-
jiaozhiliu
半定规划内点法数据整理交直流系统统一无功优化算法,系数矩阵的确定。(Interior point method for semidefinite programming data collation AC and DC systems unified reactive power optimization algorithm to determine the coefficient matrix.)
- 2013-10-17 21:29:09下载
- 积分:1
-
wujiaoxing
调用line()函数与plot()函数,运用for循环命令。
线宽5,线条颜色为黑色,填充颜色与线条颜色不同。
坐标轴取等长刻度,标题:正五角星,x轴、y轴加上标注。(Calling line () function with the plot () function, use a for loop command. 5 width, line color is black, filled with color and line color is different. Take the long axis scale, etc., Title: Positive pentagram, x-axis, y-axis plus mark.)
- 2015-01-09 12:51:45下载
- 积分:1