搜索资源列表
-
0下载:
Rotates an image by the angle degrees in the % CCW direction. Degrees may be any number. % The function will put degrees in the range 0 % to 360 degrees and then into a range of -45 to 45 % degrees after performing elementary 90 degree rotations.
-
-
1下载:
自定义函数画图软件,软件的函数输入部分分为4部分,针对的是4个分段函数,当然也可以扩展为5段,六段,如果你的函数不用分段,那就只用在第一个edit里面写下你的函数表达式即可,同时要在后面写出x的范围,和cftool里面的custom equation一样,只能用matlab语法规范的函数表达式,即你不要写2x而是2*x,不要把我们的数学表达式和matlab表达式搞混淆了。从gif可以看出,在第一个edit输入不同的函数,有多项式函数,指数函数,三角函数,对数函数,axes都能有正确的图形,另外用
-
-
0下载:
A figure ready to scroll through and play videos. You can also draw any custom graphics on it.-VIDEOFIG(NUM_FRAMES, @REDRAW_FUNC) creates a figure with a horizontal scrollbar and shortcuts to scroll automatically. The scroll range is 1 to NUM_FRAMES.
-
-
0下载:
正弦函数,在0到2π区间,当有一个输入时,对应有一个输出,最后在matlab上显示出图像-Sine function, within the range of zero to 2 PI, when have an input, due to an output, and finally show the image in matlab
-
-
0下载:
该资料是汇总了大部分的MATLAB的命令语句,涵盖的面很广,包括常用命令,运算符和逻辑函数,语言结构和调试命令,矩阵和矩阵操作基础,数学函数与坐标变换,数据分析,多项式,双重函数,声音处理,字符串函数,低层文件输入输出函数,位操作结构和对象函数,数组函数,图像可视化函数这些模块。希望对大家学习MATLAB有所帮助。-This information is a summary of most of the MATLAB command statement, surface covers a wid
-
-
0下载:
This function displays the PSNR (peak signal-to-noise ratio) between two images. The answer is in decibels (dB).
PSNR is very common in image processing. A sample use is in the comparison between an original image and a coded/decoded image. Typica
-