-
createButtonLabel
buttonIcon = createButtonLabel(string,PVs,figOpt)
Have you ever been frustrated by an inability to label a vertically oriented pushbutton or uicontrol with a string? This function is for you!
All valid Parameter-Value pairs, INCLUDING TEXT ROTATION, are supported. Note that this function requires the Image Processing Toolbox, and that it triggers the creation of a temporary figure, which will be momentarily visible during button-label creation.
- 2009-10-21 15:19:29下载
- 积分:1
-
biaodingban
说明: 产生相机模拟实验标定板,行数,列数以及间距有自己设定,例如(张正友标定板(9,11,25)).(Simulation produces the camera calibration board, the number of rows, columns and spacing of their own settings, such as (Zhang Zhengyou calibration plate (9,11,25)).)
- 2011-03-21 19:26:40下载
- 积分:1
-
testrecord2
matlab ecg signal test file using wavelet
- 2013-03-04 21:32:38下载
- 积分:1
-
wendingbianjie21
非线性动力学求解轴承约束边界稳定性问题,理论分析(Solve problems of bearing stability constraint boundary nonlinear dynamics, theoretical analysis)
- 2021-04-19 15:28:50下载
- 积分:1
-
FixedWingUAV
一个小型固定翼无人机的建模与仿真程序,带有图像显示和路径规划。(The design and simulation program of small fixed wing unmanned aerial vehicle (UAV) designed abroad has image display and path planning.)
- 2021-01-19 14:08:43下载
- 积分:1
-
test01
ASN.1解析解码工具,可以解析各种ASN.1格式的文件,并对相应的BER文件解码(ASN.1 decoding analytic tools that can resolve all kinds of ASN.1 format files, and file decoder BER corresponding)
- 2007-09-02 20:00:13下载
- 积分:1
-
dpll_m
DPLL implementation in matlab
- 2010-11-21 00:28:49下载
- 积分:1
-
Gaussiangaijin
采用改进的高斯法对图像进行分析,在图像应用中有很大作用,MATLAB改进(modified Gaussian method of image analysis, image application in a significant role, improving MATLAB)
- 2007-06-16 15:56:11下载
- 积分:1
-
Sfourier
求一维序列x(n)的离散Fourier谱分析,s(0:m)离散功率谱,c(0:m)振幅谱,cta(0:m)位相谱,其中m=[n/2.]。(Discrete Fourier spectrum of one-dimensional series)
- 2013-11-02 08:42:30下载
- 积分: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