2014年3月28日

matlab

摘要: 设已有一个figure,它没有subplot它有n条plot的曲线(n未知)写一个m-file (script)把所有Plot曲线的线宽改为2.5线宽的特征是'linewidth'题2:这个figure有m个subplot,每个subplot有n条plot(m,n未知)forhax=get(gcf,'children');forhplot=get(hax,'children');set(hplot,'linewidth',2.5)endend5行指令forhax=get(gcf,'children');set(ge 阅读全文

posted @ 2014-03-28 14:16 MILUMI 阅读(152) 评论(0) 推荐(0)

导航