📄 show.m
字号:
%SHOW Object display, as images or functions%% H = SHOW(A,N)%% Displays all objects stored in the datafile A. If the objects% are images the standard Matlab imagesc-command is used for% automatic scaling. If the features are images, they are % displayed. In case no images are stored in A all objects are% plotted as functions using PLOTO.% The number of horizontal figures is determined by N. If N is not% given an approximately square window is generated.%% Note that A should be defined by the dataset command, such that% OBJSIZE or FEATSIZE contains the image size in order to detect % and reconstruct the images.%% SEE ALSO% DATASETS, DATA2IM, IMAGE, PLOTO.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -