-
dengfuqin
说明: 一个matlab程序,是一条分形线函数的动态绘制,对数学分形编程有很大启发作用.(a Matlab procedure is a fractal function of the dynamic line drawing, right fractal mathematical programming with inspirational role.)
- 2006-03-08 21:40:31下载
- 积分:1
-
pinjie
四幅有公共部分的图片,利用MATLAB将其精确拼接成一幅图片(Four sites have public part of the picture, use MATLAB to accurately assemble into a picture)
- 2010-05-09 10:54:11下载
- 积分:1
-
RRT_Star
说明: 基于RRT算法的路径规划,算法可用,仅供参考(Route planning based on RRT algorithm is available for reference only.)
- 2019-04-11 22:19:59下载
- 积分:1
-
OFDMsystemsimulation
用MATLAB,对OFDM系统进行仿真,其中的信号为BPSK信号。(using MATLAB, the OFDM system simulation, the signal for BPSK signals.)
- 2007-01-14 01:00:00下载
- 积分:1
-
phantom3dhip
matlab codes to generate 3D hip phantom
- 2014-08-29 09:47:59下载
- 积分: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
-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1
-
ARInterpolation
Auto regressive image interpolation
- 2012-10-02 18:18:38下载
- 积分:1
-
my_ekf_sample
通过选择合适的参数,选取采样相应的采样点,进行参数计算。(By choosing appropriate parameters, select the corresponding sampling point sampling for parameter calculation.)
- 2007-12-03 19:51:07下载
- 积分:1
-
Plaw
一维数据的分形参数分析,通过功率谱函数拟合的方式,获取反映数据分形特征的参数(fractal analysis of 1d data)
- 2009-10-22 19:36:37下载
- 积分:1