-
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
-
power-system-load-flow
基于Matlab的电力系统潮流编程计算,简洁实用,电力系统专业(the program of power system load flow)
- 2012-04-18 14:50:59下载
- 积分:1
-
exp2
实验二、数字图像伽马校正。MATLAB程序。有报告,有源码。(The second experiment, digital image gamma correction)
- 2011-01-04 19:22:34下载
- 积分:1
-
plmela
弹性波二维模拟,PLM边界吸收和clayton边界吸收的比较(c++和matlab)(Two-dimensional simulation of elastic waves, PLM boundary absorption and clayton boundary on the absorption of (c++ and matlab))
- 2010-07-26 12:33:38下载
- 积分:1
-
bfload_flow
modifi bf load flow in matlab
- 2014-02-14 00:34:02下载
- 积分:1
-
CART
matlab中cart决策树源代码,用于数据的分类和预测。(source code in matlab cart decision tree for data classification and prediction.)
- 2013-10-28 15:08:58下载
- 积分:1
-
chap11
徑向基底函數類神經網路,是單隱藏層的3層前向網路,模擬人腦中局部調整,有很好的逼近能力(Radial basis function neural network, a single hidden layer of 3 layer to the network, simulating the brain partial adjust, has a very good approximation ability)
- 2007-10-29 18:25:26下载
- 积分:1
-
qianyanjishu
关于IT界现今为止还算前沿的一些技术,作为导论式的资料,可作为参考(Up until now fairly on the IT sector, a number of cutting-edge technology, as the introductory-style information can be used as reference to)
- 2010-01-09 00:23:39下载
- 积分:1
-
jsjyl
差分脉冲编码调制()的matlab模块仿真,实现抽样,量化,预测,编码并解码(DPCM)
- 2010-12-26 14:29:44下载
- 积分:1
-
Image-binarization-processing
利用matlab的GUI设计的图像二值化处理的可视化界面,包含所需的操作界面和m文件,可对图片进行导入、二值化处理及保存等操作。 (A visual interface of image binarization processing designed by Matlab GUI.It contains the desired interface and m file, you can import the picture, do binarization processing and preserve the new image.)
- 2013-09-22 10:21:48下载
- 积分:1