-
calibrare_trucco_cu_distorsiune_radiala
Function for camera calibration with 1 radial distortion factor using the method presented in Trucco.
- 2010-11-23 19:38:04下载
- 积分:1
-
matlabneuralnetworkdirector
说明: 这是一本matlab神经网络工具箱使用指南(This is a matlab Neural Network Toolbox User)
- 2008-11-04 09:38:41下载
- 积分:1
-
QPSOGuide
sunjun编写的量子粒子群算法,MATLAB程序,简单易懂,注释清晰。(QPSO.m coded by Sun Jun, a efficient and effective algorithm, also a Swarm-Intelligent algorithm.)
- 2020-12-24 12:19:05下载
- 积分:1
-
一维传输矩阵法
通过matlab编程,利用一维传输矩阵法计算光子晶体的的带隙(Calculation of photonic band gap by one dimensional matrix transfer method with matlab)
- 2021-02-28 20:49:36下载
- 积分:1
-
matlab87geshili
matlab的87个实例,基本上涵盖了matlab得许多操作函数和图像处理方法,对大家的学习很有帮助。(87 instances of matlab, matlab have basically covered many operations functions and image processing method, all very helpful.)
- 2010-07-09 22:18:01下载
- 积分:1
-
shengquanxi
近场声全息仿真程序 二个点声源的近场声全息技术(Nah emulator two point source of near-field acoustic holography)
- 2015-04-08 13:43:15下载
- 积分:1
-
tut1
signals and systems basics
- 2011-02-04 23:34:35下载
- 积分:1
-
huise_1_1
灰色系统模型的matlab实现,统计分析时不可或缺的一种模型。通过此m文件直接预测分析所需数据(Matlab implementation of the gray system model, an indispensable model in the statistical analysis. This m file directly predictive analysis required data)
- 2012-07-22 16:33:21下载
- 积分:1
-
layout
A Survey of Genetic Algorithms do autor M.
Tomassini
- 2013-11-17 12:10:04下载
- 积分: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