-
CTArt
说明: matlab ART重建算法,该算法可用于CT图像重建或EST图像重建(Matlab ART reconstruction algorithm, which can be used for CT image reconstruction or image reconstruction EST)
- 2006-05-12 14:59:22下载
- 积分:1
-
nf_conntrack_proto_gre
Connection tracking protocol helper module for GRE.
- 2014-08-20 11:23:33下载
- 积分:1
-
MDDTW
Multi-dimensional dynamic time warping
- 2012-07-20 01:11:31下载
- 积分:1
-
start
评分打星星的一个例子 可以用来参考 很实用(An example of playing star ratings can be used to refer to)
- 2011-11-12 12:09:29下载
- 积分:1
-
Ultra_function
常用Matlab求解方程的函数,有AtkenStablePoint、BenvliMAX、ModifSecant、Montecarlo、Parabola等函数(AtkenStablePoint、BenvliMAX、ModifSecant、Montecarlo、Parabola function)
- 2011-09-01 17:28:35下载
- 积分:1
-
51699273erweixiaobobianhuan
研究生毕业设计fcm水印程序处理 应用小波 模糊处理(Graduate program designed to deal with the application of wavelet watermark fcm obfuscate)
- 2015-01-22 13:52:40下载
- 积分:1
-
实验
提供了一种图像相位恢复算法,此算法为gs算法,本代码为gs算法最基础的代码。(An image phase recovery algorithm is provided. This algorithm is the GS algorithm. This code is the most basic code of the GS algorithm.)
- 2018-01-14 21:09:17下载
- 积分:1
-
BRI_patternhw2
Pattern classification
claasificiation of sample with matlab code
- 2010-11-22 08:49:46下载
- 积分:1
-
song_yyjjxq
利用matlab编程实现音乐义勇军进行曲的演奏,已保存为m-文件,可直接运行(Using matlab programming Anthem playing music, saved for the m-file, can be directly run)
- 2013-08-08 15:40:49下载
- 积分: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