搜索资源列表
MATLAB-THF
- Matlab讲义,讲解Matlab的基本使用方法,适合入门者学习-Matlab lectures to explain the basic use of Matlab for beginners to learn
MatlabCourse2
- MATLAB教程,没什么好说的,包含一下东西: MATLAB6.0教程初级;Matlab讲义高级;精通matlab综合辅导与指南;MatLab工程数学应用;MATLAB命令大全;matlab统计工具箱函数汇总;MATLAB应用程序接口用户指南-MATLAB tutorial, there is nothing to say, and includes things like: MATLAB6.0 Tutorial primary Matlab senior notes proficien
MATLAB
- 有用得MATLAB讲义,对MATLAB初学者非常有用-MATLAB helpful handouts on MATLAB is very useful for beginners
matlab
- 天津大学matlab讲义MATLAB是一种用于算法开发,数据可视化,数据分析以及数值计算的高级技术计算语言和交互式环境.-Tianjin University is a matlab lectures MATLAB for algorithm development, data visualization, data analysis and numerical calculation of high-level technical computing language and interact
matlab
- 哈工大的matlab讲义,是大学生学习matlab的好书,非常好用,适合初学者-HIT s matlab lectures, the university study books matlab, very easy to use, suitable for beginners
Matlab-ppt20090224
- matlab讲义,附带部分源代码,是一份不错的学习matlab资料,哪个学校的忘记了。-matlab handouts, incidental part of the source code, is a good study matlab data, which schools have forgotten.
MATLAB
- matlab讲义,非常好的MATLAB入门资料 -matlab notes, very good introductory information on MATLAB
MatlabPPT
- MATLAB 讲义,对MATLAB高级应用进行深入的剖析,如果您在使用MATLAB时遇到技术问题,这个讲义经对您有用。-MATLAB lectures, advanced applications of MATLAB in-depth analysis, if you are using MATLAB encounter technical problems, this lecture by useful to you.
matlab
- 北邮一个老师的讲义,还有作业和实验,是学习matlab和数学建模的辅导材料-Beijing University of Posts and Telecommunications a teacher' s lecture notes, there are operations and experiments, and mathematical modeling to learn matlab counseling materials
matlab
- 这是天津大学matlab讲义-赵国瑞 感觉讲得挺不错!-This is the Tianjin University matlab lecture- Zhao Guorui speak quite in a good feeling!
matlab
- 哈工大matlab讲义 绘图 基础 再加上单独五讲内容-matlab
MITPmatlab
- 这是美国麻省理工学院的MATLAB讲义。-This is the Massachusetts Institute of MATLAB handout.
Matlab-jiangyi
- MATLAB讲义,适合初学者,简单明了,包含全面-MATLAB lecture notes, suitable for beginners, simple, includes comprehensive
matlab
- matlab讲义资料,教你如何简单的掌握matlab的使用方法-matlab lecture materials, teaching you how to master the simple use of matlab
Matlab-senior-notes
- Matlab讲义高级,一共包含六章内容及五个实例-Matlab senior notes
MATLAB-LECTURE
- 麻省理工学院introduction to matlab课程作业指导,包含matlab讲义,相互交流-excellent matlab exercises homework for improving matlab same as before
天津大学Matlab讲义 赵国瑞主讲 含源代码
- 天津大学Matlab讲义 赵国瑞主讲 含源代码(Tianjin University Matlab lecture notes, Zhao Guorui speaker, including source code)
Matlab讲义高级
- 基于matlab语言的控制系统的建模、分析方法以及SIMULINK仿真学习及程序。(Control system modeling, analysis methods, as well as SIMULINK simulation learning and procedures based on MATLAB language.)
数模竞赛中常用的十大算法讲义
- 十大算法讲义,对于matlab使用者非常有用(Ten big algorithm Lecture Notes)
matlab串口通信基础讲义
- 在Matlab环境下,读取串口数据的方式可以分为两种—查询和中断。以查询的方式进行串行通信时,如下位单片机有大量的数据分时分批传送给PC机,就需要不停查询串行口的缓冲区,有数据就读取;虽然编程容易,但这样做不能对数据进行实时处理,系统实时性不高,而且会极大地占用系统的资源。以中断的方式对串口进行控制实现串行通信,就可以实时处理下位机传送的数据;但编程相对复杂一些,需要采用Matlab的事件和回调函数机制。(In Matlab environment, there are two ways to