-
final
用matlab实现的一个文本语音转换程序(a text to speech program compiled by matlab language)
- 2021-04-26 16:08:45下载
- 积分:1
-
core_mode
说明: 该MATLAB程序计算长周期光纤光栅纤芯模式的有效折射率(MATLAB program calculated the long-period fiber grating core mode effective refractive index)
- 2008-10-10 14:52:25下载
- 积分:1
-
ninewon09.6
拟牛顿法的matlab应用,提供matlab程序,数值分析核心方法(Quasi-Newton method matlab applications, providing matlab program, the core numerical analysis method)
- 2014-02-17 20:08:29下载
- 积分:1
-
Polynomial
polynomial functions
- 2016-08-16 18:09:06下载
- 积分:1
-
5
说明: Chebyshev 用切比雪夫多项式逼近已知函数
Legendre 用勒让德多项式逼近已知函数
Pade 用帕德形式的有理分式逼近已知函数
lmz 用列梅兹算法确定函数的最佳一致逼近多项式
ZJPF 求已知函数的最佳平方逼近多项式
FZZ 用傅立叶级数逼近已知的连续周期函数
DFF 离散周期数据点的傅立叶逼近
SmartBJ 用自适应分段线性法逼近已知函数
SmartBJ 用自适应样条逼近(第一类)已知函数
multifit 离散试验数据点的多项式曲线拟合
LZXEC 离散试验数据点的线性最小二乘拟合
ZJZXEC 离散试验数据点的正交多项式最小二乘拟合
(Interpolation function)
- 2011-08-15 09:44:31下载
- 积分:1
-
guassian_Apodized_grating11
Guassian apodized fiber bragg grating
- 2011-09-14 01:09:42下载
- 积分:1
-
3dmesh
matlab program for 3d mesh
- 2014-09-15 12:44:31下载
- 积分:1
-
serial_2bar
Inverse dynamic analysis of 2 bar serial robot using new method De-NOC.
- 2009-03-25 00:04:04下载
- 积分:1
-
RegressionAnalysis
说明: Matlab数值计算,回归分析,多元线性回归,Matlab统计工具箱的使用(Matlab numerical calculation, regression analysis, multivariate linear regression, statistical Matlab Toolbox use)
- 2006-04-21 12:31:15下载
- 积分:1
-
panzoom
与潘左击鼠标拖动,绘制一个右键拖动zoombox,并检视双击所有数据。这也保留任何现有的WindowButtonXFcn这个数字已,以及任何轴UIContextMenus。
我写了实时数据采集这一点,因为linkaxes套XLimMode至“手动“ -这意味着将不会自动调整轴的新数据。
panzoom(figureHandle,axesHandles)
添加到这个数字,只能到指定的坐标轴功能的处理。
panzoom(figureHandle,axesHandles,XLink的)
panzoom(figureHandle,axesHandles,XLink的,雁联)
假设你有四个轴处理:1,2,3,4。你可以连接所有的X轴一起:XLink的= [1,2,3,4],或者你可以对链接在一个单元格数组中:XLink的={[1,2][3,4]}。这同样适用于雁联。 XLink的或雁联也可以为空。(Pan with left click mouse drag, draw a zoombox with right click drag, and view all data with double-click. This also retains any existing WindowButtonXFcn the figure has, as well as any axes UIContextMenus.
I wrote this for live data capture, as linkaxes sets XLimMode to "manual"- which means the axes wouldn t automatically resize for new data.
panzoom(figureHandle, axesHandles)
Adds the functionality to that figure, ONLY to the axes handles specified.
panzoom(figureHandle, axesHandles, xLink)
panzoom(figureHandle, axesHandles, xLink, yLink)
Assuming you have four axes handles: 1, 2, 3, 4. You could link all of the x axes together: xLink = [1, 2, 3, 4], or you could link them in pairs in a cell array: xLink = {[1, 2], [3, 4]}. The same applies for yLink. xLink or yLink can also be empty.)
- 2011-05-15 17:52:58下载
- 积分:1