• 大小: 491KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-18
  • 语言: Matlab
  • 标签: matlab  画图程序  

资源简介

该文档中提供了大量的matlab各种各样的画图程序,饼图,不同区域的不同颜色,在一个图里画两条曲线,等等大量丰富的matlab代码

资源截图

代码片段和文件信息

h0=figure(‘toolbar‘‘none‘...
    ‘position‘[200 150 450 250]...
    ‘name‘‘实例100‘);
h1=axes(‘parent‘h0...
    ‘position‘[0.05 0.15 0.65 0.6]...
    ‘visible‘‘off‘);
I=imread(‘fabmatrix.bmp‘‘bmp‘);
image(I)
axis off
huidiao=[...
        ‘n=3;‘...
        ‘u=zeros(n1);‘...
        ‘tic‘...
        ‘[xk]=fbroyden(un);‘...
        ‘time1=toc;‘...
        ‘T=num2str(time1);‘...
        ‘set(e1‘‘string‘‘[T‘‘秒‘‘]);‘...
        ‘set(e2‘‘string‘‘num2str(k));‘...
        ‘msgbox([‘‘X=[‘‘num2str(x(1))‘‘ ‘‘num2str(x(2))‘‘ ‘‘num2str(x(3))‘‘]‘‘]‘‘方程组的解‘‘);‘];
t1=uicontrol(‘parent‘h0...
    ‘units‘‘points‘...
    ‘tag‘‘t1‘...
    ‘style‘‘text‘...
    ‘string‘‘非线性方程组如下:‘...
    ‘fontsize‘15...
    ‘backgroundcolor‘[0.75 0.75 0.75]...
    ‘position‘[20 150 150 20]);
e1=uicontrol(‘parent‘h0...
    ‘units‘‘points‘...
    ‘tag‘‘e1‘...
    ‘style‘‘edit‘...
    ‘horizontalalignment‘‘right‘...
    ‘backgroundcolor‘[1 1 1]...
    ‘position‘[295 130 35 20]);
t2=uicontrol(‘parent‘h0...
    ‘units‘‘points‘...
    ‘tag‘‘t2‘...
    ‘style‘‘text‘...
    ‘string‘‘计算时间:‘...
    ‘fontsize‘10...
    ‘backgroundcolor‘[0.75 0.75 0.75]...
    ‘position‘[240 130 50 20]);
e2=uicontrol(‘parent‘h0...
    ‘units‘‘points‘...
    ‘tag‘‘e2‘...
    ‘style‘‘edit‘...
    ‘horizontalalignment‘‘right‘...
    ‘backgroundcolor‘[1 1 1]...
    ‘position‘[295 100 35 20]);
t2=uicontrol(‘parent‘h0...
    ‘units‘‘points‘...
    ‘tag‘‘t2‘...
    ‘style‘‘text‘...
    ‘string‘‘迭代步数:‘...
    ‘fontsize‘10...
    ‘backgroundcolor‘[0.75 0.75 0.75]...
    ‘position‘[240 100 50 20]);
b1=uicontrol(‘parent‘h0...
    ‘units‘‘points‘...
    ‘tag‘‘b1‘...
    ‘style‘‘pushbutton‘...
    ‘string‘‘逆Broyden 迭代法‘...
    ‘backgroundcolor‘[0.75 0.75 0.75]...
    ‘position‘[250 60 70 20]...
    ‘callback‘huidiao);
b2=uicontrol(‘parent‘h0...
    ‘units‘‘points‘...
    ‘tag‘‘b2‘...
    ‘string‘‘关闭‘...
    ‘style‘‘pushbutton‘...
    ‘backgroundcolor‘[0.75 0.75 0.75]...
    ‘position‘[250 30 70 20]...
    ‘callback‘‘close‘);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        110  2008-08-01 09:06  一百个matlab画图程序\matlab教程网--matlab.net.cn.url

     文件      31412  2001-03-29 16:15  一百个matlab画图程序\work\800.JPG

     文件      72370  2003-03-09 15:23  一百个matlab画图程序\work\ABMATRIX.BMP

     文件        357  2003-03-09 10:18  一百个matlab画图程序\work\BIGM.M

     文件        228  2003-03-09 21:11  一百个matlab画图程序\work\BROYDEN.M

     文件        245  2003-03-09 19:11  一百个matlab画图程序\work\CG.M

     文件        604  2003-03-09 22:53  一百个matlab画图程序\work\CH.M

     文件        189  2003-03-09 20:35  一百个matlab画图程序\work\DF.M

     文件        665  2003-03-09 13:57  一百个matlab画图程序\work\DIRANG.M

     文件        149  2003-03-09 20:32  一百个matlab画图程序\work\F.M

     文件     138078  2003-03-09 20:26  一百个matlab画图程序\work\fabmatrix.bmp

     文件        233  2003-03-09 22:19  一百个matlab画图程序\work\FBROYDEN.M

     文件        465  2003-03-09 13:39  一百个matlab画图程序\work\GAUSS.M

     文件        326  2003-03-09 19:58  一百个matlab画图程序\work\GETD.M

     文件      20930  2001-02-12 18:09  一百个matlab画图程序\work\GIRLS.JPG

     文件        448  2003-03-09 18:33  一百个matlab画图程序\work\GS.M

     文件        233  2003-03-09 00:02  一百个matlab画图程序\work\HERMITE.M

     文件        451  2003-03-09 15:26  一百个matlab画图程序\work\JAC.M

     文件        217  2001-11-23 10:23  一百个matlab画图程序\work\LAG.M

     文件     338536  2012-10-22 11:56  一百个matlab画图程序\work\matlab画图索引.docx

     文件         27  2003-03-08 23:29  一百个matlab画图程序\work\N0.M

     文件         48  2003-03-08 23:29  一百个matlab画图程序\work\N1.M

     文件         57  2003-03-08 23:29  一百个matlab画图程序\work\N2.M

     文件         66  2003-03-08 23:29  一百个matlab画图程序\work\N3.M

     文件         75  2003-03-08 23:29  一百个matlab画图程序\work\N4.M

     文件        309  2003-03-08 23:29  一百个matlab画图程序\work\NEWTON.M

     文件         28  2003-03-09 09:02  一百个matlab画图程序\work\NH0.M

     文件        102  2003-03-09 09:04  一百个matlab画图程序\work\NH1.M

     文件         60  2003-03-09 09:05  一百个matlab画图程序\work\NH2.M

     文件         69  2003-03-09 09:06  一百个matlab画图程序\work\NH3.M

............此处省略122个文件信息

评论

共有 条评论