代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/214554/15096277
m plot_5.m
line=1;
x=5:2.5:40;
y=zeros(line,15);
yo=747;
y_scale=(747-47)/3;
ya=[90 159 220 289 331 367 439 493 504 514 537 550 557 566 563];
yr=(yo-ya)/y_scale;
for row=1:line
for column=1:15
www.eeworm.com/read/214554/15096279
m plot_1.m
line=4;
x=5:2.5:40;
y=zeros(line,15);
yo=747;
y_scale=(747-47)/3;
ya=[76 132 194 259 313 338 383 431 442 453 479 479 502 493 513
90 159 220 289 331 367 439 493 504 514 537 550 557 566 563
www.eeworm.com/read/214554/15096281
m plot_2.m
line=3;
x=5:2.5:40;
y=zeros(line,15);
yo=587;
y_scale=(587-40)/3;
ya=[65 107 155 204 249 265 300 339 347 354 376 375 395 385 401
149 179 223 263 288 300 318 328 332 339 347 347 347 353 350
www.eeworm.com/read/214554/15096284
m plot_3.m
line=5;
x=5:2.5:40;
y=zeros(line,15);
yo=612;
y_scale=(612-40)/3;
ya=[63 108 159 212 258 276 314 353 361 369 392 392 410 404 421
93 145 194 253 291 335 413 449 476 496 507 519 522 526 527
www.eeworm.com/read/214554/15096286
m plot_4.m
line=1;
x=5:2.5:40;
y=zeros(line,15);
yo=747;
y_scale=(747-47)/3;
ya=[76 132 194 259 313 338 383 431 442 453 479 479 502 493 513];
yr=(yo-ya)/y_scale;
for row=1:line
for column=1:15
www.eeworm.com/read/214445/15099918
m result_plot.m
%open file
fid = fopen('GSMResult.txt' ,'r');
%read data
%read len
[len,cnt] = fscanf(fid,'%d',1);
table = zeros(2,len);
for i = 1:len(1)
[table(1,i),cnt] = fscanf(fid,'%f ',1);
[t
www.eeworm.com/read/214445/15099920
asv result_plot.asv
%open file
fid = fopen('GSMResult.txt' ,'r');
%read data
%read len
[len,cnt] = fscanf(fid,'%d',1);
table = zeros(2,len);
for i = 1:len(1)
[table(1,i),cnt] = fscanf(fid,'%f ',1);
[t
www.eeworm.com/read/214051/15115005
m plot_square.m
function plot_square(x,y,l,col)
% draw a square
fill([x-l/2 x+l/2 x+l/2 x-l/2],[y-l/2 y-l/2 y+l/2 y+l/2],col)
www.eeworm.com/read/213240/15140074
m plot_mst.m
function plot_mst(a,tree,c,lwidth)
%PLOT_MST Plot minimum spanning tree
%
% PLOT_MST(A,TREE,STR,LWIDTH)
%
% Plots the edges of a minimum spanning tree, defined by the nodes A and
% TREE
%
% INPUT
www.eeworm.com/read/213128/15142002
m scatter_plot.m
function scatter_plot(m, type_of_mod, fc, fs, d)
%this program is to test the QAM and PSK modulation and demodulation
%techniques, with csatter plot and input / output signals. here
%type_of_modu