美文网首页
画图函数

画图函数

作者: 人机分离机 | 来源:发表于2017-11-10 10:20 被阅读0次
    • get
    • set
    • gca
    1. 图形对象gcf
      get(gcf)获取对象的属性
      set(gcf,color,red)设置属性的背景颜色
      pink [1 0 1]
    • callback关闭窗口
    1. gca
    • xcolor和ycolor: 代表x,y轴的颜色
    • 保存图形
    saveas(gcf,'test.jpg')
    h=imread(`temp.jpg`);
    image(h)
    

    相关文章

      网友评论

          本文标题:画图函数

          本文链接:https://www.haomeiwen.com/subject/avyymxtx.html