-
matlabclassiccodeexamples
这是一个matlab的程序包,里面都是一些经典和常用的例子,有完整的代码。(this is a package of matlab code, in which there are lots of classic and useful examples with whole code.)
- 2010-01-19 10:10:35下载
- 积分:1
-
diyjuidc
有信道编码,调制,信道估计等,MIMO OFDM matlab仿真,实现了对10个数字音的识别程序在matlab R2009b调试通过,微分方程组数值解方法,对HARQ系统的吞吐量分析。( Channel coding, modulation, channel estimation, MIMO OFDM matlab simulation, Realization of 10 digital audio recognition program In matlab R2009b debugging through, Numerical solution of differential equations method, HARQ throughput analysis of the system.)
- 2016-03-15 18:59:15下载
- 积分:1
-
Multiclass_Regularized_LDA-master
说明: Multiclass Regularized LDA(Multicalss Regularized LDA)
- 2020-10-19 14:17:54下载
- 积分:1
-
jietitu
说明: 阶梯图绘制的MATLAB程序。需要的来下载。(MATLAB step of mapping procedures. Need to download.)
- 2009-08-02 17:56:26下载
- 积分:1
-
mtd_mat
说明: 有关雷达MTD算法中用到的fft和fir算法的仿真程序(Radar MTD algorithm)
- 2010-04-29 11:13:44下载
- 积分:1
-
levelsetcode
用matlab编的基于水平集的图像分割.m文件(Matlab code using level set based image segmentation. M file)
- 2010-05-18 21:21:51下载
- 积分:1
-
MATLAB_-Programming-Style-Guide
对于matlab编程的一些风格的指南,感觉还是比较重要,特别对于初学者,分享一下啦(For some matlab programming style guide, I feel it is quite important, especially for beginners, to share it)
- 2013-07-24 10:22:37下载
- 积分:1
-
seimic-graph
产生一个三分量地震图,有助于理解近场和远场的波场形态(Helps to understand the the wavefield morphology of the near-field and far-field to generate a three-component seismograms,)
- 2013-03-17 12:48:20下载
- 积分:1
-
puma560
puma560机器人基于matlab机器人工具箱各关节轨迹源文件(puma560 robot robot kit based matlab source files for each joint trajectory)
- 2014-05-10 09:20:59下载
- 积分:1
-
EX_8
(1) 新建一个工程demo2,设计一个类Student,其成员变量包括学号(no)、姓名(name)、性别(sex)、专业(major)、联系方式(phone)和地址(addr)。
(2) 为类Student定义成员函数writeTo,实现从给定文本文件中读取学生数据,接口如下:
void writeTo (char filename[ ])
(3) 为类Student定义成员函数readFrom,实现将学生数据保存到给定文本文件,接口如下:
void readFrom (char filename[ ])
((1) Create a new project demo2, design a class Student, whose member variables, including school (no), name (name), gender (sex), specialty (major), contact details (phone) and address (addr). (2) define the Student class member function writeTo, students achieve reading data a given text file, the interface is as follows: void writeTo (char filename []) (3) define the Student class member function readFrom, students will achieve data save to text file given, the interface is as follows: void readFrom (char filename []) )
- 2016-05-13 19:01:27下载
- 积分:1