-
MATLAB-plot
关于matlab作图的具体实现,详细介绍了matlab一维二维和三维作图的命令和实用方法!(Drawing on the concrete realization of matlab, matlab detailed one-dimensional two-dimensional and three-dimensional mapping of the commands and practical method!)
- 2008-04-05 16:48:29下载
- 积分:1
-
Calclulate-world-frame
一个求图像世界坐标系的代码,亲自试验过,保证有效。(Find the image of a world coordinate system code, personally tested, to ensure effective.)
- 2011-04-27 10:01:39下载
- 积分:1
-
showPpoint
一个matlab 开发环境下编写的显示鼠标在坐标轴上坐标值的程序(The preparation of a development environment matlab display the mouse coordinates in the axis of the procedures)
- 2011-05-23 11:57:13下载
- 积分:1
-
KMATH
MATLAB实现K均值聚类,自己编的,可用,不用系统函数。(MATLAB realization of K-means clustering, own, use, instead of the system functions.)
- 2014-12-31 15:06:03下载
- 积分:1
-
matlab(functions)
对常用的MATLAB程序函数进行了归纳总结,简单易查,使用方便。(MATLAB program commonly used functions are summarized, simple and easy to search, easy to use.)
- 2010-12-16 19:40:00下载
- 积分:1
-
Draw_Fractal_Matlab_Code
几个重要的分形图形的Matlab描述,其中有von_koch曲线。(Several important Fractal Matlab graphic description, which von_koch curve.)
- 2009-12-31 09:55:55下载
- 积分:1
-
chap11
简单的实例,介绍了基本的用法,适合有一定基础的学者,可以巩固自己的知识(Simple example, describes the basic usage, there is some basis for scholars, can consolidate their knowledge)
- 2014-09-11 21:05:29下载
- 积分: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
-
DOA_GUI
实现2d-DOA 算法的仿真,实验结果以均方误差的形式绘制图表(The simulation of 2d-DOA algorithm is implemented, and the experimental results are plotted in the form of mean square error)
- 2017-11-09 20:29:33下载
- 积分:1
-
GPSdingwei
GPS定位,GPS原理和应用,GPS实验等(GPS positioning)
- 2011-05-25 17:58:30下载
- 积分:1