代码搜索结果
找到约 10,000 项符合
Display 的代码
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
display.m
function display(a)
[m,k] = size(a);
m = num2str(m);
k = num2str(k);
if isa(a.ll,'cell')
c = num2str(size(a.ll{1},1));
else
c = num2str(size(a.ll,1));
end
if a.s
disp([m ' by ' k ' dataset with ' c
display.h
#ifndef __DISPLAY_H__
#define __DISPLAY_H__
#include "figure.h"
#define DIRECT_DISPLAY 0
#define FONTSIZE_SMALL 1
#define FONTSIZE_MIDDLE 2
#define FONTSIZE_BIG 3
#define FONT_TR
display.m
function display(p)
disp(struct(p))
display.m
function display(p)
disp(struct(p))
display.m
function display(p)
disp(struct(p))
display.m
function display(p)
disp(struct(p))
display.m
function display(p)
disp(struct(p))
display.m
function display(p)
disp(struct(p))