-
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
-
suiji
一种求随机数的方法的实现,同余随机数,比混沌随机方法更好,能通过评测。(A Method for the Realization of the method of random numbers, random number with more than )
- 2010-05-12 00:30:38下载
- 积分:1
-
clustering
将Weka数据挖掘工具所产生的K-MEANS和DBSCAN结果转化成MATLAB可输出三维图像的格式(Weka data mining tools will be generated by K-MEANS and DBSCAN results can be exported into MATLAB three-dimensional image format)
- 2008-06-05 10:09:27下载
- 积分:1
-
xian
运用matlab软件,编程运算,进行回归分析(Use matlab software, programming operations, the regression analysis)
- 2013-09-14 10:15:19下载
- 积分:1
-
weixingdingwei
作者在学习《航天系统》时,在c++6.0环境中实现的卫星定位的算法程序。包括通过轨道根数求卫星状态参数的算法和通过卫星状态参数反求卫星星历的算法。(Author of the study "space system" is in c++6.0 environment to achieve the satellite positioning algorithm. Including through the orbital parameters of the algorithm for the satellite status and Reverse status parameters via satellite satellite ephemeris algorithms.)
- 2013-09-25 19:42:10下载
- 积分:1
-
gabor
gabor 小波matlab变换,与C结合(gabor wavelet transform matlab, and C combined)
- 2009-04-24 12:04:25下载
- 积分:1
-
testout-Software-call-matlab
软件-调用matlab,通过vc++软件编程软件-调用matlab。(Software- call matlab)
- 2013-04-03 10:09:29下载
- 积分:1
-
68281214ISAR_Rotation
BP算法的实现,压缩感知l1算法,谢谢了(BP algorithm, the compressed sensing algorithm l1, thank you)
- 2011-11-20 16:38:42下载
- 积分:1
-
0605mat_rw_matfile
matlab生成的mat文件导入到vc++里面,方便matlab和vc联合编程,程序为最基础底层编程,已经过测试(matlab generated mat file into vc++ inside, easy matlab and vc joint programming, the program is the most basic underlying programming, has been tested)
- 2021-03-04 16:09:32下载
- 积分:1
-
texexp
Text Processing example, a program to recognize tokens
- 2014-11-25 00:43:38下载
- 积分:1