代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/151751/12177347
m run_draw.m
function Run_Draw(Fig_UserData,isYnHold)
%创建一个函数对应绘图函数实现的功能
%Fig_UserData为输入参数,对应于Figure的属性'UserData'的值'
%isYnHold为hold on和hold off的判断位
if length(Fig_UserData)~=7
ErrorDlg('输入参量不符合长度要求');
www.eeworm.com/read/339483/12231460
sh draw-box.sh
#!/bin/bash
# Draw-box.sh: Drawing a box using ASCII characters.
# Script by Stefano Palmeri, with minor editing by document author.
# Used in the "ABS Guide" with permission.
#####################
www.eeworm.com/read/338832/12278704
class draw$1.class
www.eeworm.com/read/252489/12279115
rc2 draw.rc2
//
// DRAW.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
//////
www.eeworm.com/read/150399/12294820
rc2 draw.rc2
//
// DRAW1.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////
www.eeworm.com/read/150226/12303981
m draw_abnet.m
www.eeworm.com/read/338071/12325824
m draw2.m
res_temp=NorMK2_DH(500:1500);
res_dec=resample(res_temp,1,3);
res_int=resample(res_temp,3,1);
figure;
subplot(311);
plot(res_temp);grid on;
axis([0,1000,-1,1]);
title('一段信号波形');
subplot(312)
www.eeworm.com/read/338071/12325835
m draw5.m
%h0=figure('position',[50 50 900 650],...
% 'name','原信号归一化以及去重力处理演示');
subplot(311);
plot(NorMK2_DH);grid on;title('归一化去重力信号');
axis([500 1500 -1 1]);
subplot(312);
plot(NorMK2_DH_b3b4)
www.eeworm.com/read/338071/12325839
asv draw2.asv
res_temp=NorMK2_DH(500:1500);
res_dec=resample(res_temp,1,3);
res_
fugure;
subplot(311);
plot(res_temp);grid on;
axis([0,1000,-1,1]);
title('一段信号波形');
subplot(312);
plot(res_dec);grid on;
www.eeworm.com/read/338071/12325847
m draw1.m
figure;
subplot(411);
plot(NorMK2_DH,'b');grid on;
axis([500 1500 -1 1]);
subplot(412);
plot(NorMK2_DH_b2,'b');grid on;
axis([500 1500 -1 1]);
Temp22=NorMK2_DH(1:51);
Temp22(52:(size(NorMK