-
04
说明: 一些有关最优控制理论的控制实例程序集和仿真 (Control instance assembly of the optimal control theory and simulation)
- 2012-06-11 16:32:38下载
- 积分:1
-
-multi-beam-
菲涅尔区聚焦多波束天线空间谱估计性能分析(Fresnel zone focusing spectrum estimation performance of multi-beam antenna spatial analysis)
- 2013-12-26 12:41:37下载
- 积分:1
-
FFTPFIR
matlab与VC版本的FFT与FIR程序代码(FFT and FIR code written in both matlab and stand C)
- 2013-01-29 11:05:59下载
- 积分:1
-
prime
素性检测使用米娜罗宾检测方法对数进行素性检测(Primality testing detection methods using Minaluobin logarithmic to primality testing)
- 2009-12-08 10:51:31下载
- 积分:1
-
malat
基于MFC编写的界面,用VC与matlab混编实现马拉特小波分解,有文档注释,适合初学者(
MFC-based interface prepared by VC and matlab mixed to achieve Marat wavelet decomposition, documentation notes, suitable for beginners)
- 2013-12-05 09:40:36下载
- 积分:1
-
os
说明: Programming technique for matlab
- 2013-03-04 23:02:31下载
- 积分:1
-
SHUJUTONGJI
一个简单的数据统计软件,包括了计算方差等各种功能(A simple statistical software, including a variety of functions such as calculating the variance)
- 2014-06-18 00:24:49下载
- 积分:1
-
Learn_Matlab
Matlab7.0,英文版的,讲的都是基础,适合初学者入门,很不错的资料。(Matlab7.0, the English version of, say are the basis of entry for beginners, very good information.)
- 2009-06-22 14:21:38下载
- 积分: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
-
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