-
mla
说明: 计算弯曲线天线的输入阻抗,辐射方向图以及增益(可以计算不同的直线长度,弯折次数,弯折高度,弯折角度的弯曲线天线)(Calculation of bending wire antenna input impedance, radiation pattern and gain (the straight line can be calculated in different length, bending frequency, a high degree of bending, bending angle of bending wire antenna))
- 2008-09-22 10:36:35下载
- 积分:1
-
gear
绘制出齿轮网格,计算出齿轮应力,并画出两齿轮三维接触图。(Drawing out the gear mesh, calculate the gear stress, and draw two-dimensional contact map gear.)
- 2010-05-20 23:53:17下载
- 积分:1
-
dsp
matlab中关于dsp的全部程序 还有仿真模块 (matlab )
- 2015-04-13 16:48:26下载
- 积分:1
-
sparseMRI_v0.2
phantom_denoising去噪,包含了CS+UWT去噪和CS+NSCT去噪(phantom_denoising denoising, including the CS+ UWT denoising Denoising and CS+ NSCT)
- 2010-08-19 10:00:46下载
- 积分:1
-
MATLAB2012report
是关于大学matlab课堂做的作业,几乎每个学生都必须在学期末要提交的!学子们,加油!(About University matlab classroom to do the job, almost every student must be at the end of the term you want to submit the! Students who, come on!)
- 2013-02-04 17:12:19下载
- 积分:1
-
huiguifenxi
这是数学算法中的回归分析法 联合开发网 - pudn.com
- 2012-04-17 19:11:36下载
- 积分:1
-
irisdata
iris数据集,matlab可以直接导入(iris data set, matlab can be directly imported)
- 2020-12-04 11:09:24下载
- 积分:1
-
pls2
PLS算法 采用归一化 拟合更好的非线性迭代偏最小二乘法(NIPALS)(PLS algorithm using normalized fitting better nonlinear iterative partial least squares (NIPALS)
)
- 2013-08-12 10:20:27下载
- 积分:1
-
fuzzypid
模糊PID控制系统开发,大家可以自己的实际应用修改代码部分. 这个系统是二输入三输出的fuzzy pid控制(Fuzzy PID control system development, we can own part of the practical application of amendments to the code. The system is the second input and three output fuzzy pid control)
- 2009-07-17 11:32:28下载
- 积分: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