-
matlaboptionals
说明: matlab 解决最优化问题的教程。在科学研究和工程实践中经常遇到。(matlab solve the optimization problem of the course. In scientific research and engineering are often encountered in practice.)
- 2009-08-19 14:43:29下载
- 积分:1
-
Biometric-Testing
Biometric Fingerprint, testing application
- 2013-12-11 22:08:35下载
- 积分:1
-
Nevill
下载的,求方程组的程序,可以借鉴下,挺好的(Downloaded, find the program equations, can learn, the very good)
- 2011-09-28 08:42:22下载
- 积分:1
-
cache
The cache manager source code implemented in Windows kernel.
- 2009-05-30 14:00:05下载
- 积分:1
-
normfreq
clear 从内存中清除变量和函数
exit 关闭MATLAB
load 从磁盘中调入数据变量
pack 合并工作内存中的碎块
quit 退出MATLAB
save 把内存变量存入磁盘
who 列出工作内存中的变量名
whos 列出工作内存中的变量细节
workspace 工作内存浏览器
(There is one outlier in the data of , but is not of data .For and the line of Q2 is in the middle of the box, so there are not asymmetries for both and .)
- 2011-06-20 17:01:22下载
- 积分: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
-
drawn1
matlab滑动滤波程序,读入text直接实现滤波(failed to translate)
- 2013-05-05 20:32:36下载
- 积分:1
-
1
说明: lingo优化程序关于储油罐的最优体积,希望有用(lingo optimization program on the optimal size of the storage tanks, and seek to help)
- 2012-05-28 16:18:27下载
- 积分:1
-
main
程序为地震勘探资料处理方法中的数值模型模拟正演,方法为射线追踪(The program forward numerical model for seismic exploration data processing method in the simulation, for ray tracing method)
- 2014-06-26 22:43:45下载
- 积分:1
-
VCANDMATLAB
VC++与Matlab混合编程之引擎操作详解,对主要函数进行介绍并且有一个实例程序(VC++ and Matlab programming hybrid engine operation Xiangjie, the main function is introduced and there is an instance of program)
- 2009-10-10 12:21:42下载
- 积分:1