matlab中的simulink如何将电路图放大或缩小

matlab中的simulink如何将电路图放大或缩小,第1张

simulink模块图形的线宽

simulink中模块图形的线及连接模块的线的线宽、粗细怎么设置。

关于simulink线条宽度有以下几种方法:

1.在simulink模型的format菜单上,最下面没大三个(我的是MATLAB7.0.1)都是关于display的,可以进行有限的设置

2.simulink模型里面view菜单下,zoom

in、zoom

out可以放大缩小整个视图。脊橡

3.如果图不是很大,在view中有个选项,fit

system

to

view

选中的话,整个图都会变大变粗

如果选中某个模块,则变成fit

selection

to

view

,

选中的模块会变枯野竖粗变大,但整体图会出现

比例不协调的现象。

1、首先打开matlab软件,并登录注册自己的野族账号。

2、其次点击该软件主界面的服务中心选项,并在该选项颂凳弊中找到放大波形选项粗余。

3、最后点击该选项进行放大即可。

用set命令matlab缩小和放大图片的方法

在matlab里直接使用10.5大小的字体(5号字体),

并调整图片的大小(50%),按厘米

set(gcf,'Units','centimeters','position',[12 2 12 8])

set(gca,'xtick',-8:1:2,'ytick',[0:0.25:1])%设置刻度

set(gcf,'Units','centimeters','Position',[10 10 7 5])%设置图片大小为7cm×5cm

%get hanlde to current axis返回当前图形的当前坐标轴的句柄,

%(the first element is the relative distance of the axes to the left edge of the figure,...

%the second the vertical distance from the bottom, and then the width and height

set(gca,'Position',[.13 .17 .80 .74])%设置xy轴在图片中占的比例

set(get(gca,'XLabel'),'FontSize',8)%图上文字为8 point或小5号

set(get(gca,'YLabel'),'FontSize',8)

set(get(gca,'TITLE'),'FontSize',8)

set(gca,'fontsize',8)

set(gca,'linewidth',0.5)%坐标线闹团悄粗或派0.5磅

set(gca,'box','液渣off')%Controls the box around the plotting area

set(get(gca,'Children'),'linewidth',1.5)%设置图中线宽1.5磅


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/12510862.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-26
下一篇 2023-05-26

发表评论

登录后才能评论

评论列表(0条)

保存