2020年8月11日
摘要: """ __author__ :qin __content__:extract part of content of a file __date__:2020/8/11 """ import easygui import os path = easygui.fileopenbox(default=" 阅读全文
posted @ 2020-08-11 18:04 一杯明月 阅读(713) 评论(0) 推荐(0)
摘要: x = linspace(0,pi); y1 = cos(x); plot(x,y1); hold on y2 = cos(2*x); plot(x,y2,'HandleVisibility','off'); y3 = cos(3*x); plot(x,y3); hold off legend('F 阅读全文
posted @ 2020-08-11 12:35 一杯明月 阅读(2998) 评论(0) 推荐(0)
摘要: 用句柄就可以了h=figure(1);close(h); 阅读全文
posted @ 2020-08-11 12:30 一杯明月 阅读(1137) 评论(0) 推荐(0)
摘要: 绘图窗口菜单File | Export Setup里很方便的改变这些属性,特别是Expand axes to fit figure,会更好减少空白边。 设置好可以保存模板,下次调用,也可以将这个功能写到m文件中,自动执行 1、Matlab是面向对象的。最高等级的对象是screen,它定义了figur 阅读全文
posted @ 2020-08-11 12:11 一杯明月 阅读(10772) 评论(0) 推荐(0)
摘要: 颜色 magenta n.品红 形状 pentagram n.五角星形 阅读全文
posted @ 2020-08-11 09:59 一杯明月 阅读(418) 评论(0) 推荐(0)