plot_flattened_dataset.m
来自「toolbox_dimreduc - a toolbox for dimensi」· M 代码 · 共 11 行
M
11 行
function plot_flattened_dataset(xy,M,k);
% plot_flattened_dataset - nice 2D layout of image according to sampling location xy
%
% plot_flattened_dataset(xy,M,k);
%
% M is a matrix of size (a x b x nbr_images), a collection of images of size (a,b)
% xy should be of size (nbr_sample x 2)
% k is the number of images stiched in each direction.
%
% Copyright (c) 2005 Gabriel Peyr
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?