-
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
-
satellite-system
基于数字地球的车载卫星导航定位的设计与实现(Digital Earth s satellite navigation and positioning the vehicle design and implementation)
- 2013-12-01 10:06:50下载
- 积分:1
-
zxinglib
C++ project for zxing library.
- 2014-12-17 20:49:18下载
- 积分:1
-
erode
morphological operation such as erosion is very suitable to compress the size of the cell by using SE.
- 2011-05-03 19:03:00下载
- 积分:1
-
music-algorithm
这是一个Matlab开发的数字波束形成源代码,基于music算法的,仿真正确。(This is a Matlab development of digital beamforming source code, based on the music algorithm, the simulation is correct.)
- 2012-08-23 23:52:00下载
- 积分:1
-
chap12
MATLAB c++ 可以实在嵌入式的环境下联合编程。联合仿真(MATLAB c++ can be embedded in the environment is the joint programming. Co-simulation)
- 2011-05-09 10:06:35下载
- 积分:1
-
Noname1
test is sampletest is sampletest is sampletest is sampletest is sampletest is sampletest is sampletest is sampletest is sampletest is sample
- 2014-01-22 13:34:28下载
- 积分:1
-
final-shcamtic-and-layout
this include c c++ files as helpful to all
- 2014-09-30 13:11:14下载
- 积分:1
-
Sdcsk33I
混沌保密通信SIMULINK建模模。自己作的很好的东西。
(Chaotic secure communication SIMULINK modeling mold. As a good thing.)
- 2012-08-23 21:49:59下载
- 积分:1
-
vc
说明: 一个函数int fun(int *s,int t,int *k),用来求除数组的最大元素在数组中的下标并存放在k所指的储存单元中(A function int fun (int* s, int t, int* k), for requirements in addition to an array of the largest element in the array subscript coexist on the storage unit referred k)
- 2012-10-25 18:43:54下载
- 积分:1