-
mm
说明: 用于最小二乘法进行曲线拟合的MATLAB源代码(Curve fitting)
- 2010-09-28 11:36:41下载
- 积分:1
-
owners
Script generates list of owners for files in choose directory
- 2014-10-27 22:17:41下载
- 积分:1
-
bingji
对给定集合A和B,能够编出求A和B的并集C的程序。(For a given set A and B, can be compiled out of order to A and B, and the set of C procedures.)
- 2009-12-23 13:19:48下载
- 积分:1
-
GA-matlab
说明: MATlab和GA的潜用,将GA的算法程序写到MATLAB里面,用于求解优化问题(MATlab and GA' s potential use, the GA algorithm program written MATLAB inside, for solving optimization problems)
- 2009-08-27 11:44:51下载
- 积分:1
-
ch1545kl
说明: ec生物信息与论文实现\matlab教程及工具箱(ec biological information and papers to achieve \ Directory and Matlab Toolbox)
- 2006-03-15 21:14:45下载
- 积分:1
-
yuesefuhuan
1、熟悉掌握线型表的基本操作在两种存储结构上的实现的,其中以各种链表的操作和应用作为重点。
2、利用顺序存储结构模拟此过程,按照出列的顺序输出各个数的编号。
(1, familiarity with the basic operation of linear form in the two kinds of storage structure on the realization, in which various lists of the operation and application of focus. 2, using sequential storage structure simulation of this process, in accordance with a different number of columns in the order of the output number.)
- 2009-12-30 08:46:40下载
- 积分:1
-
Hhossa_ddi
高阶谱分析工具箱,有常见的参数模模型高阶谱估计,DOA估计与时延估计
(Higher order spectral analysis toolbox, common parameter-mode model of higher order spectral estimation of DOA estimation and delay estimation)
- 2012-07-17 23:10:21下载
- 积分:1
-
integration
Integrating m-files functions and algorithms in C++ applications
- 2014-12-19 08:53:45下载
- 积分:1
-
Gravity-Influence-on-the-Droplet
以NACA0012 翼型为研究对象,采用拉格朗日法分析了重力对水滴撞击特性的影响,获得了过冷大水滴(SLD)撞击特性。(The influence of gravity on the droplet impingement property were analyzed with the Lagrangian
method, and the supercooled large droplet (SLD) impingement property has been gotten based on the research
of NACA0012 airfoil)
- 2021-03-08 17:19:28下载
- 积分: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