-
nolinear-equations
说明: 用matlab符号对象求解非线性方程组,进行函数绘图(solve nolinear equations used matlab)
- 2011-03-24 15:23:44下载
- 积分:1
-
common
输入经度、纬度和高度,计算任意近地面的重力场(Enter the longitude, latitude and altitude, calculation of arbitrary gravitational field near the ground)
- 2013-11-07 10:28:04下载
- 积分:1
-
DENOISE
布里渊信号理论建模,实际布里渊信号一维,二维小波降噪,信噪比计算(Brillouin signal theory modeling, actual Brillouin signal one-dimensional, two-dimensional wavelet denoising, signal-to-noise ratio calculation)
- 2017-04-17 14:41:00下载
- 积分:1
-
harris_ncc
harris角点检测,并对检测的角点用NCC进行匹配(harris corner detection, and detection of the corner points are matched with NCC)
- 2013-07-20 16:02:39下载
- 积分:1
-
jiema3
介绍卫星星历数据的解码格式,为计算卫星伪距改正数做铺垫。(Introduction of satellite ephemeris data decoding formats, for the calculation of the satellite pseudorange corrections to pave the way.)
- 2015-01-23 11:09:28下载
- 积分:1
-
code
CRC码生成器和卷积码的仿真程序。其中CRC码可以自定义生成多相式或字符串;卷积码可以自定义约束长度和码长。(CRC code generator and the simulation program convolutional codes. Which the CRC code can customize the generation of multi-phase or string convolutional codes can customize the constraint length and code length.)
- 2007-09-19 19:36:32下载
- 积分:1
-
chapter8
MATLAB实例详解,通过对matlab语言如何编程进行实例解析,是学习matlab的很好教程(Detailed MATLAB examples, through the matlab programming language for examples of how to resolve, are studying a very good tutorial matlab)
- 2009-03-02 20:16:12下载
- 积分:1
-
leach
Matlab LEACH protocol model. With source of protocol in pdf. WSN. ZigBee. 802.15.4.
- 2013-04-09 03:59:46下载
- 积分:1
-
exp_pid
专家pid控制的阶跃响应,能够很好的跟踪输入信号。具有良好的性能指标。(step response of Expert pid control , and can be very good to track the input signal.With good performance。)
- 2015-04-22 16:23:53下载
- 积分:1
-
onoff
f the input is a numeric array, it returns a cell array of strings of on or off depending on the logical outcome.
Conversely, if the input is a cell array of strings of on or off , then it does the reverse, i.e. returns the logical matrix where on is true and off is false.
It is very useful when using set/get on arrays of handle objects or arrays of properties/values.
Example:
onoff( [0, 1, 0]) gives { off , on , off }
onoff({ on , on , off }) gives [1, 1, 0]
It also works for mixed cell array inputs, and for other string pairs:
yes/no, ok/cancel, open/closed
- 2009-09-07 18:18:36下载
- 积分:1