代码搜索:绘图软件
找到约 10,000 项符合「绘图软件」的源代码
代码结果 10,000
www.eeworm.com/read/381420/6957330
m ex219.m
%********************************************************
%程序:EX219.M
%功能:叠加绘图函数hold使用实例
%********************************************************
x=-5:5; %定义x坐标轴范围
y1=randn
www.eeworm.com/read/465867/7047806
m ex219.m
%********************************************************
%程序:EX219.M
%功能:叠加绘图函数hold使用实例
%********************************************************
x=-5:5; %定义x坐标轴范围
y1=randn
www.eeworm.com/read/442234/7656685
m ex219.m
%********************************************************
%程序:EX219.M
%功能:叠加绘图函数hold使用实例
%********************************************************
x=-5:5; %定义x坐标轴范围
y1=randn
www.eeworm.com/read/328253/13037846
m ex2304.m
%例23-4 极坐标绘图函数polar
theta=0:0.05*pi:2*pi;
r1=sin(theta);
r2=cos(theta);
% polar(theta,r1,theta,r2)
polar(theta,[r1;r2])
polar([theta' theta'],[r1' r2'])
www.eeworm.com/read/319404/13452406
m ex3609.m
%例36-9 半对数坐标轴绘图
x=-1:0.1:1;
y=exp(x).*cos(x);
subplot(2,1,1)
semilogy(x,y,'b-.')
subplot(2,1,2)
plot(x,y,'r-.')
www.eeworm.com/read/319404/13452454
m ex2304.m
%例23-4 极坐标绘图函数polar
theta=0:0.05*pi:2*pi;
r1=sin(theta);
r2=cos(theta);
polar(theta,r1,theta,r2)
polar(theta,[r1;r2])
polar([theta' theta'],[r1' r2'])
www.eeworm.com/read/490722/6452027
m ex219.m
%********************************************************
%程序:EX219.M
%功能:叠加绘图函数hold使用实例
%********************************************************
x=-5:5; %定义x坐标轴范围
y1=randn
www.eeworm.com/read/345494/11812706
m ex3609.m
%例36-9 半对数坐标轴绘图
x=-1:0.1:1;
y=exp(x).*cos(x);
subplot(2,1,1)
semilogy(x,y,'b-.')
subplot(2,1,2)
plot(x,y,'r-.')
www.eeworm.com/read/345494/11812819
m ex2304.m
%例23-4 极坐标绘图函数polar
theta=0:0.05*pi:2*pi;
r1=sin(theta);
r2=cos(theta);
polar(theta,r1,theta,r2)
polar(theta,[r1;r2])
polar([theta' theta'],[r1' r2'])
www.eeworm.com/read/151852/12168385
ini setup.ini
[MSILoader]
MSIFileName=ExhCAD绘图系统(版本:1.01a Final).msi