MATLAB】MATLAB的自带数据及可生成数据的函数

有时我们需要验证一些算法,但又不方便使用自己的数据,这时使用MATLAB自带的数据会带来很多便利,方便交流并且也不用担心未发表的工作会泄露。这里整理了一些MATLAB自带的数据……

说明:【数据】表示直接可装载的(load),【图像】也表示可以直接装载的,【函数】表示需要计算(输入参数)才能生成数据的。

【数据】leleccum

【数据】sumsin

【数据】vonkoch

【数据】【声音】chirp

【数据】【声音】handel

【图像】detail

【图像】woman、woman2、wbarb

【图像】detfingr

【图像】geometry

【图像】tire

【图像】mandrill

【图像】wifs

【图像】facets

【图像】tartan

【函数】peaks

【函数】rand

【函数】randn

【函数】randi

【函数】magic

【函数】ones

【函数】zeros

【函数】eye

【函数】sawtooth

【函数】square

【函数】gauspuls

【函数】tripuls

【函数】rectpuls

【函数】pulstran

【函数】diric

【函数】ecg

你可能感兴趣的:(编程仿真)