-
tuxing123
着是一个MATLAB中的图形合并的程序,也有不完善的地方,请指教!(with MATLAB is a graphic merger procedures have imperfections, please enlighten! Thank you)
- 2007-01-28 17:47:25下载
- 积分:1
-
M200042316412a
matlab的雷达相关程序源码,包含MTIMMTDCFAR,动目标自适应处理 可直接使用。
(Matlab radar program source code contains MTIMMTDCFAR moving target adaptive processing can be used directly.)
- 2012-07-19 20:25:52下载
- 积分:1
-
MATLAB
《MATLAB智能算法30个案例》分析源代码(" MATLAB intelligent algorithm 30 case" analyze the source code)
- 2013-07-19 12:49:57下载
- 积分:1
-
MATLABmusic1
Matlab程序代码 音乐代码 1 《卡农》(MATLAB music code1)
- 2012-08-11 15:49:31下载
- 积分:1
-
VideoGameTheory
Video Game Theory to develop game
- 2014-01-22 09:37:53下载
- 积分:1
-
TM_sin_daoti
使用有限时域差分法模拟THZ波在二维光子晶体中的传播(simulation of THZ wave spreading in two-dimensional photonic crystals using FDTD)
- 2014-10-31 13:09:08下载
- 积分:1
-
RamFunction
一个ram例子,可以参考一下,希望能帮到你,请用winrar解压缩打开。(A ram example, you can refer to, I hope you can help, please use winrar to decompress opened.)
- 2013-11-13 13:44:13下载
- 积分:1
-
Example_Cpp
c++的adc(数模转换器)测试实例程序,很实用,适合初学者(the c++ adc test instance procedures, very practical, very classic)
- 2013-03-06 14:34:44下载
- 积分:1
-
dts_pss_crf
用于蛋白质数据生成分类数据的转换。做PSS(Protein Secondary Structure prediction)的可以参考一下。
(for protein production data disaggregated data conversion. Do PSS (Protein Secondary Structure prediction ) can be examined.)
- 2007-03-04 22:01:32下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1