代码搜索:公差标注
找到约 582 项符合「公差标注」的源代码
代码结果 582
www.eeworm.com/read/462042/7211961
txt 代码4-21.txt
t=(0:0.02:2)*pi;
x=sin(t);
y=cos(t);
z=cos(2*t);
plot3(x,y,z,'b-',x,y,z,'bd') % 绘制三维线性图
view([-82,58])
box on,
legend('链 ','宝石 ') % 图例标注
www.eeworm.com/read/114552/15048143
txt mch04-22.txt
用户定制的二维枝干图
alpha = .02; beta = .5; t = 0:4:200;
y = exp(-alpha*t).*sin(beta*t);
stem(t,y)
xlabel('时 间 ( 微 秒 )') % 坐标轴的标注
ylabel('Magnitude')
stem(t,y, ':sr','fill')
www.eeworm.com/read/114552/15048167
txt mch04-14.txt
饼图的标注
X = [19.3 22.1 51.6;
34.2 70.3 82.4;
61.4 82.9 90.8;
50.5 54.9 59.1;
29.4 36.3 47.0];
x = sum(X);
h = pie(x,explode); colormap summer % 绘制不带分离切块的饼图,获取其句柄
textObjs = findobj(h,'Typ
www.eeworm.com/read/188543/8529751
m 6-22.m
Z = peaks;
[C,h] = contourf(Z,10);
%绘制二维轮廓线,并且填充
caxis([-20 20])
%伪色彩,设置轴参数CLim和CLimMode
clabel(C,h)
%标注轮廓线
title('Filled Contour Plot Using')
%轮廓线图形标题
www.eeworm.com/read/426535/9015069
m ex2321.m
%例23-21 利用TEX标记序列进行文本标注
figure %新建图形窗口
axes %在当前图形窗口新建坐标轴
gtext({'符号:\leftrightarrow\pi\Omega';'{\bf加粗}{\it斜体}';...
'\fontsize{20}{\color{red}Red}{\color{blue}Blue}';...
'\color{magenta}{\fonts
www.eeworm.com/read/378041/9252986
m 6-22.m
Z = peaks;
[C,h] = contourf(Z,10);
%绘制二维轮廓线,并且填充
caxis([-20 20])
%伪色彩,设置轴参数CLim和CLimMode
clabel(C,h)
%标注轮廓线
title('Filled Contour Plot Using')
%轮廓线图形标题
www.eeworm.com/read/357171/10214122
m 6-22.m
Z = peaks;
[C,h] = contourf(Z,10);
%绘制二维轮廓线,并且填充
caxis([-20 20])
%伪色彩,设置轴参数CLim和CLimMode
clabel(C,h)
%标注轮廓线
title('Filled Contour Plot Using')
%轮廓线图形标题
www.eeworm.com/read/159906/10591271
m 6-22.m
Z = peaks;
[C,h] = contourf(Z,10);
%绘制二维轮廓线,并且填充
caxis([-20 20])
%伪色彩,设置轴参数CLim和CLimMode
clabel(C,h)
%标注轮廓线
title('Filled Contour Plot Using')
%轮廓线图形标题
www.eeworm.com/read/469046/6984173
m 6-22.m
Z = peaks;
[C,h] = contourf(Z,10);
%绘制二维轮廓线,并且填充
caxis([-20 20])
%伪色彩,设置轴参数CLim和CLimMode
clabel(C,h)
%标注轮廓线
title('Filled Contour Plot Using')
%轮廓线图形标题
www.eeworm.com/read/328253/13037854
m ex2321.m
%例23-21 利用TEX标记序列进行文本标注
figure %新建图形窗口
axes %在当前图形窗口新建坐标轴
gtext({'符号:\leftrightarrow\pi\Omega';'{\bf加粗}{\it斜体}';...
'\fontsize{20}{\color{red}Red}{\color{blue}Blue}';...
'\color{magenta}{\fonts