-
Draw-gear-tooth-profile-surface
用matlab画出齿轮啮合面的三维模型,用于研究齿轮的啮合特性(Matlab to draw three dimensional models of gear meshing, used to study the gear meshing characteristics
)
- 2013-11-28 17:31:25下载
- 积分:1
-
vfh1
VFH+ 机器人matlab改进测试代码(VFH+ improved testing robot matlab code)
- 2020-09-17 16:07:56下载
- 积分:1
-
jakes 仿真matlab仿真代码
函数[H]=jakes(Datalen、chanpf、fm、fs、No、startp)
- 2023-04-20 13:45:03下载
- 积分:1
-
求非线性方程的根牛顿迭代法
应用背景日期01.09.2015 %关键技术实验三根%二次方程的二分法% date-11-08-2015清除所有;中图分类号;F =输入("enter的多项式的系数[ ];并;=输入("enter你下猜测;B =输入("enter你“上猜”);并;X = polyval(F,A);Y = polyval(F,B);ACC =输入("enter的精度要求:");并;,丙=((1)/ 2);N = polyval(F,C);如果((X×Y)& gt;0) ; ; ;DISP(你猜错了);其他的 ; ; ;而((ABS(n))& gt;ACC)和,和,和;和;和;和;和;和; ; ; ; ; ; ; ;N = polyval(F,C);和,和,和;和;和;和;和;和;和;如果(*);和公司;及;及;及;及;及;及;及;及;和公司;及;及;及;及;及;及;及;及;若(*,0);和公司;&;&;&;;;;;;;;;;;;;;;;和公司的;&;&;&;&;&;&;&;和,和,和,和,和,; ; ; ; ; ; ; ;DISP(其中一根是:"); ; ; ; ; ; ; ;DISP(C);和公司;及;及;及;休息;休息;和,结束,结束终点和公司的;并;并;
- 2023-07-21 04:45:03下载
- 积分:1
-
Sampling
显示采样率的GUI源码,包括理想采样,零阶保持采样,和其他一些方式。对于学习和理解采样定理很有帮助(Show the sampling rate of the GUI source code, including the ideal sampling, zero-order to keep sampling, and some other way. For learning and understanding of the sampling theorem helpful)
- 2008-01-05 08:53:14下载
- 积分:1
-
book_200
说明: 信道仿真的matlab程序,从 singal souce to singal desitination ,just enjoy it (Channel matlab simulation process, from the singal souce to singal desitination, just enjoy it)
- 2008-09-06 23:37:46下载
- 积分:1
-
munkres3
Munkres algorithm in matlab
- 2011-06-30 15:56:59下载
- 积分:1
-
ARMAforecast
用matlab做时间序列分析,建立ARMA模型的示例程序,清晰易懂,备注完整。(Using matlab to do time series analysis, ARMA model sample program, lucid, notes intact.)
- 2020-10-22 17:27:23下载
- 积分:1
-
3种频率4步相移法
说明: 基于数字光栅投影的结构光三维测量技术与系统的研究,李中伟的博士论文来实现(Based on the digital grating projection, the three-dimensional measurement technology and the system research, li zhongwei's doctoral thesis is realized.)
- 2018-03-27 19:44:02下载
- 积分:1
-
p.m matlaB文件
if(isgray(I)==0)
disp("请输入灰度图像,本程序用来处理128 *128的灰度图像!");
else
if (size(I)~=[128,128])
disp("图像的大小不合程序要求!");
else
H.color=[1 1 1]; %设置白的画布
figure(H);imshow(I);
title("原图像");
zeroImage=repmat(uint8(0),[128 128]);
figure(H); %为分裂合并后显示的图设置画布
meansImageHandle=imshow(zeroImage);
title("块均值图像");
- 2022-10-17 22:50:03下载
- 积分:1