代码搜索结果
找到约 57,564 项符合
Display 的代码
display.m
function display(cdv)
% DISPLAY -
%
for k=1:length(cdv)
disp(sprintf('\n'))
disp('Continuous design variable')
disp('--------------------------')
display(cdv(k).gen)
txt=sprintf(
display.m
function display(ddv)
% DISPLAY -
%
for k=1:length(ddv)
disp(sprintf('\n'))
disp('Discrete design variable')
disp('------------------------')
display(ddv(k).gen)
txt=strcat('Pos
display.m
function display(gen)
% DISPLAY -
%
txt=sprintf('Name: %s\nCoding bits: %g\nValue: %g',gen.name,gen.bits,gen.value);
disp(txt)
display.lst
C51 COMPILER V7.01 DISPLAY 11/16/2007 15:52:11 PAGE 1
C51 COMPILER V7.01, COMPILATION OF MODULE DISPLAY
OBJECT MODULE PLACED IN
display.m
function display(f)
%SOFTMAX/DISPLAY Display SOFTMAX object.
% Copyright (c) 1999 Michael Kiefte.
% $Id: display.m,v 1.1 1999/06/04 18:50:50 michael Exp $
% $Log: display.m,v $
% Revision 1.
display.m
function display(f)
%CLASSIFIER/DISPLAY Display CLASSIFIER object.
% Copyright (c) 1999 Michael Kiefte.
% $Log$
p = size(f.range, 2);
g = length(f.counts);
fprintf('\n%s =\n\n', inputname(1));
display.m
function display(net)
% DISPLAY
%
% Display a textual representation of a support vector classifier object.
%
% display(net);
%
% File : @svc/display.m
%
% Date : Wednesd
display.m
function display(ker)
% DISPLAY
%
% Display a textual representation of a radial basis kernel object.
%
% display(ker);
%
% File : @rbf/display.m
%
% Date : Tuesday 12th
display.m
function display(ker)
% DISPLAY
%
% Display a textual representation of a polynomial kernel object.
%
% display(ker);
%
% File : @polynomial/display.m
%
% Date : Tuesday
display.m
function display(ker)
% DISPLAY
%
% Display a textual representation of a linear kernel object.
%
% display(ker);
%
% File : @linear/display.m
%
% Date : Tuesday 12th Se