init
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
function [ ] = plotframe( r )
|
||||
%PLOTFRAME 此处显示有关此函数的摘要
|
||||
% 此处显示详细说明
|
||||
xe=1000;ye=500;ze=10;
|
||||
network3D(xe,ye,ze,1,1,1 );
|
||||
% f1=[335,445,0;
|
||||
% 335,445,10;
|
||||
% 335,555,10;
|
||||
% 335,555,0;
|
||||
% 335,455,0;];
|
||||
% plot3(f1(:,1),f1(:,2),f1(:,3));
|
||||
%
|
||||
% f2=[445,445,0;
|
||||
% 445,445,10;
|
||||
% 445,555,10;
|
||||
% 445,555,0
|
||||
% 445,445,0;];
|
||||
% plot3(f2(:,1),f2(:,2),f2(:,3));
|
||||
%
|
||||
% f3=[555,445,0;
|
||||
% 555,445,10;
|
||||
% 555,550,10;
|
||||
% 555,550,0
|
||||
% 555,445,0;];
|
||||
% plot3(f3(:,1),f3(:,2),f3(:,3));
|
||||
%
|
||||
% f4=[665,445,0;
|
||||
% 665,445,10;
|
||||
% 665,555,10;
|
||||
% 665,555,0
|
||||
% 665,445,0;];
|
||||
% plot3(f4(:,1),f4(:,2),f4(:,3));
|
||||
|
||||
% hold off
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user