搜索资源列表
Animated_GIF
- 该程序能够将matlab中绘制的三维图形,动态化,并最终生成gif文件,原理是使用了getframe()函数,获取几帧图像,再保存为gif文件 -The program can draw matlab in the three-dimensional graphics, dynamic, and ultimately generate the gif file, the principle is the use of getframe () function, to obtain a few
GUI-drawing-board
- Matlab鼠标画图,用pop-up menu选择画图标记,颜色edit记录鼠标坐标 但是功能比较简单,只能画线,不能画矩形、椭圆等 其中一个难点就是:拖动鼠标的过程中如何显示矩形/椭圆的轮廓,并且轮廓跟着鼠标指针移动。 程序的亮点: 1、可选择点、线、矩形、椭圆进行画图; 2、可选择marker、LineTyple进行画图; 3、可选择画图颜色; 4、可实时显示鼠标指针当前坐标; 5、可清除画板; 6、可保存画好的图(bmp、jpg、gif); 7
Drawing
- 自定义函数画图软件,软件的函数输入部分分为4部分,针对的是4个分段函数,当然也可以扩展为5段,六段,如果你的函数不用分段,那就只用在第一个edit里面写下你的函数表达式即可,同时要在后面写出x的范围,和cftool里面的custom equation一样,只能用matlab语法规范的函数表达式,即你不要写2x而是2*x,不要把我们的数学表达式和matlab表达式搞混淆了。从gif可以看出,在第一个edit输入不同的函数,有多项式函数,指数函数,三角函数,对数函数,axes都能有正确的图形,另外用
videofig
- 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.
Matlab
- 实现图片A到图片B的平滑变化,输出gif格式图片-A B pictures to the picture to achieve a smooth change in output gif format picture
MATLAB-code-about-gif
- matlab 动画汇总,包括 弹性蹦球演示程序。嫦娥奔月演示程序。曲柄连杆机构充气球动画演示程序等-matlab animation summary, including flexible spring ball demo. Moon demo. Crank animation process inflatable ball, etc.
Save-Dynamic-diagram--in--matlab
- 利用matlab保存动态图,文章中分别说明了matlab如何保存为avi格式和gif格式-Using matlab to save the dynamic graph, the article illustrates how to save dynamic graph to avi format and gif format in matlab
RoseGIF
- 使用matlab编写的,制作gif的小程序,可以更换背景和显示的图片。-Use matlab, making gif small program that can replace the background and display pictures.
gif_make
- 【matlab制作gif文件】:使用说明:在gif_make.m文件目录下新建一个文件夹:photo,将要制作的jpg存放在此,命名为pic1、pic2...,运行m文件,即可生成gif文件,自己可以自定义波幅速度。-[Matlab make gif file]: Instructions: Create a new folder in the gif_make.m file directory: photo, will be stored in this production jpg name
mat2gif
- 牛人编写的matlab制作gif代码,可把结构变形过程很好的展现出来-A gif code written in matlab, can be used to demonstrate structural deformation process well
MATLAB-generation-Gif-images
- MATLAB生成Gif图片程序源代码,直接运行.m文件即可查看效果。-MATLAB source code generation Gif images directly run. M file to see the effect.
mmread
- 在MATLAB中读取视频以及图像的m函数,可读取avi,asf,gif等格式的文件-a m function in MATLAB, send information of filename.avi into MATLAB
Gif
- MATLAB 生成Gif图片 程序源代码-MATLAB generation Gif image
MATLAB_numerical-analysis
- MATLAB三次样条插值法 求信号的包络线 源代码 MATLAB使用欧拉Euler法求解微分方程组 源程序代码 MATLAB四阶龙格库塔法 求解微分方程数值解 源程序代码 MATLAB实现txt文本数据分离的源程序代码 MATLAB实现不同插值方法的GUI界面设计 源程序代码 MATLAB实现偏微分方程的差分计算 源程序代码 MATLAB实现单摆在外力矩作用下的动画 源程序代码 MATLAB实现图像中值 均值 维纳滤波 源程序代码 MATLAB实现图像分割otsu
mirror
- image mirror mirror image kind tif,gif % 1 horizontal mirror % 2 vertical mirror % 3 two kinds of mirror
车牌识别系统MATLAB源代码完整
- clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_
高等数学gif格式动画演示程序
- 高等数学gif格式动画演示程序.zip在matlab源代码(Gif format animation demo program in matlab source codes)
CN_center_difference
- 基于CN中心差分的一维含时薛定谔方程求解,可以同时绘制区间内的势垒分布和波函数随时间变化的GIF图。 CN_center_difference是主程序,里面可以改求解精度,势垒分布,初始波函数分布等。 check_energy用来检测能量守恒。 huizhi_gif_new用来绘制并生成gif。 具体参数可见注释。(One dimensional time-dependent Schrodinger equation based on the CN center difference is so
Desktop
- matlab 滞回曲线动图,土木工程结构滞回曲线动图,保存为gif图(Matlab hysteretic loop diagram, civil engineering structure hysteretic loop diagram, saved as a GIF)
matlab制作gif图片
- 使用matlab制作gif图片,例子是分数阶导数的变化图。