代码搜索结果
找到约 57,564 项符合
Display 的代码
display.m
function display(v)
% DEFAULT display method
fprintf(1,['\n' inputname(1) ': ']);
if isempty(v.list)
fprintf(1,' empty\n')
else
fprintf(1,'\n');
for k = 1:size(v.li
display.m
function display(s)
% Display the content of a "region" object.
%
% Description:
% By calling "display(s)" or simply typing "s" without the semicolon at
% the command line, the content of the reg
display.m
function display(a)
%DISPLAY (interval) command window display of an interval matrix.
%
%b4m - datatype interval Version 1.02 (c) 27.3.1998 Jens Zemke
%
% DESCRIPTION:
% 'display'
display.m
function out = display(M)
%DISPLAY Display parameters of a Schwarz-Christoffel CR rectified map.
% Copyright 1998 by Toby Driscoll.
% $Id: display.m 118 2001-05-03 21:18:27Z driscoll $
p =
display.m
function display(f)
%DISPLAY Display the members of a composite map.
fprintf('\n%s = composite of the sequence:\n',inputname(1))
disp(f)
display.m
function display(fi)
fprintf('\n%s = Inverse of:\n',inputname(1))
disp(fi.themap)
display.m
function display(df)
fprintf('\n%s = Derivative of:\n',inputname(1))
disp(df.themap)
display.m
function display(f)
%DISPLAY Pretty-print a Moebius transformation.
% Copyright (c) 1998-2001 by Toby Driscoll.
% $Id: display.m 159 2001-07-20 14:26:16Z driscoll $
fprintf('\n%s =\n',inpu
display.m
function display(f)
% $Id: display.m 153 2001-07-20 13:46:12Z driscoll $
fprintf('\n%s =\n',inputname(1))
disp(f)
display.m
function out = display(M)
%DISPLAY Display parameters of a Schwarz-Christoffel crossratio disk map.
% Copyright 1998 by Toby Driscoll.
% $Id: display.m 118 2001-05-03 21:18:27Z driscoll $