搜索资源列表
matlab_example
- 实例1:三角函数曲线(1) 实例2:三角函数曲线(2) 实例3:图形的叠加 实例4:双y轴图形的绘制 实例5:单个轴窗口显示多个图形 实例6:图形标注 实例7:条形图形 实例8:区域图形 实例9:饼图的绘制 实例10:阶梯图 实例11:枝干图 实例12:罗盘图 实例13:轮廓图 实例14:交互式图形 实例15:变换的傅立叶函数曲线 实例16:劳伦兹非线形方程的无序活动 实例17:填充图 例18:条形图和阶梯形图 实例1
Matlab_example_in_different_field
- matlab应用程序源代码实例,包括多个应用方向,1-32是:图形应用篇33-66是:界面设计篇67-84是:图形处理篇85-100是:数值分析篇
simulation
- 对一个50个结点(更多的节点的网络只需要修改模块中的标量维数就行)的复杂非线性耦合网络进行同步化仿真。首先生成K矩阵,然后运行simulink,即可得到50个洛仑兹混沌节点复杂网络的同步化曲线。-Of a 50-node (more network nodes only need to modify module scalar dimension on the line) the complexity of nonlinear coupling network synchronization s
matlab
- Matlab控制系统应用实例,包含50多个实例-Matlab control systems application examples, including more than 50 examples of
PredictiveControl
- 预测控制的两个实例,用M语言编写,希望对学习预测控制的人有多帮助-Two examples of predictive control, the M language, in the hope that people learn how predictive control to help
MATLABmixedjava
- 为充分发挥MATLAB和JAVA的优势,提出基于两者的混合编程技术。混合编程的关键是数据传输问题,在此采用接口技术。研究了MATLAB和JAVA在本地环境和网络环境下的混合编程方法,通过多个实例说明两者混合编程的过程和步骤-To bring into full play the advantages of MATLAB and JAVA, both based on a mixture of programming. Mixed programming, the key is the issue
Matlab
- matlab多个实例分析,希望随大家有帮助。-matlab
MATLAB-TUTOTIAL
- Matlab的创始人 C. Moler编写,网上鲜见。 诚乃大家之作,为英文版,内附70多个M文件实例解释,对于编码的品质提高很有好处-Matlab' s founder C. Moler preparation, on-line rare. We shall be sincere is for English, included more than 70 instances of M documents to explain, for improving the quality of
pso
- 滤波器设计是信号处理的核心问题之一,Matlab软件在多个研究领域都有着广泛的应用。 本文介绍了基于Matlab环境下,用窗函数设计法实现FIR数字滤波器的设计,并阐述了与以前人 们常用的设计方法的区别,给出了设计实例。仿真结果表明,设计结果的各项性能指标均达到指定 要求,且设计过程简便易行。 -The design of filters is a core problem in signal processing. MATLAB software iswidely used i
matlab
- MATLAB 实例有100多个,是很好的学习资料,功能很多,全部都是源代码。-MATLAB examples are more than 100, is a very good learning materials, a lot of functions, all the source code.
MATLAB-control-application
- 对MATLAB软件在控制领域的应用进行了详细介绍。内容包括使用DAS工具箱函数和ActiveX控件设计数据采集与控制程序;使用串口I/O流和MSComm控件设计串口通信程序等。每种程序设计方法都提供了多个典型应用实例,每个实例都提供了线路图、详细的程序设计步骤和完整的源代码可供自动化、计算机应用、电子信息、机电一体化、测控仪器等专业的大学生、研究生及相关技术人员学习和参考。 -MATLAB software in the control area of the application in de
d58472492
- 正交频分多路复用技术ofdm的仿真,其中包括几个实例-Orthogonal frequency division multiplexing ofdm simulation, including several instances of
MATLAB-analyse
- 一本matlab工科入门书籍,特别推荐,附有多个实例-Start a matlab engineering books, especially recommended, with multiple instances
fuzzy-MATLAB
- 本书从工程应用与实践的角度,对模糊推理与模糊控制系统作了深入浅出的介绍,并以多 个实例详细地介绍了模糊推理的学习及其在 matlab模糊逻辑工具箱中的实现,使得读者可以尽快地掌握模糊逻辑的内容与模糊控制的实现和使用。-Book from the point of view of engineering application and practice of fuzzy reasoning and fuzzy control system was introduced in simple te
nihe
- matlab环境,引用多个实例介绍拟合。-matlab environment, citing multiple examples fitting.
matlab插值与数据拟合
- 使用matlab的插值与数据拟合,含有插值原理,方程,插值方法有:拉格朗日多项式插值,分段线性插值,三次样条插值,最小二乘法,有多个实例(有源码、语句、结果、图像等)
Mixed-programming-in-matlab
- matlab中的混合编程及各类接口的使用实例。包括notebook,excel,word,mat,dll,color map,Implicit function,debugging等多个方面的多个实例。-matlab Mixed programming and examples of the use of various types of interfaces. Include multiple instances of multiple aspects of the notebook, exc
BP-neural-network(BPNN)_new-version
- 该文件通过多个实例详细讨论了BP神经网络的原理和应用,希望对你有帮助。-The document discusses the principles and applications of BP neural network through multiple instances. May help to you!
IM-MOPSO
- 一种改善的多目标粒子群算法,包括了多个实例的实验!-A improved multi-objective particle swarm optimization, including several instaces.
遗传算法的多个实例
- 关于遗传算法的各种应用,程序有详细的注释。