代码搜索结果
找到约 2,917 项符合
Strip 的代码
strip.m
%STRIP
% Creates a dipole antenna (thin strip) in the xy-plane
%
% The following parameters need to be specified:
% Strip width (along the x-axis) W
% Strip length (along the y-a
strip.m
%STRIP Creates a dipole antenna (thin strip) in the
% xz-plane (not the xy-plane as it was in Chapter 4!)
%
% The following parameters need to be specified:
%
% Strip width (along the z-ax
strip.m
%STRIP
% Creates a dipole antenna (thin strip) in the xy-plane
%
% The following parameters need to be specified:
% Strip width (along the x-axis) W
% Strip length (along the y-a
strip.m
%STRIP Creates a dipole antenna (thin strip) in the
% xz-plane (not the xy-plane as it was in Chapter 4!)
%
% The following parameters need to be specified:
%
% Strip width (along the x-ax
strip.m
function net = strip(net, tolerance)
if nargin == 1
tolerance = 1e-12;
end
idx = find(abs(net.w) > tolerance);
net.sv = net.sv(idx,:);
net.w = net.w(idx);
strip.m
function net = strip(net, tolerance)
if nargin == 1
tolerance = 1e-12;
end
idx = find(abs(net.w) > tolerance);
net.sv = net.sv(idx,:);
net.w = net.w(idx);
strip.1
.TH STRIP 1
.SH NAME
strip \- remove symbol table from executable file
.SH SYNOPSIS
\fBstrip\fR [\fIfile\fR] ...\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH EXAMPLE
strip.1
STRIP(1) Minix Programmer's Manual STRIP(1)
NAME
strip - remove symbol table from executable file
SYNOPSIS
strip [file] ...
EXAMPLES