📄 load_points_set.m
字号:
function [X,col] = load_points_set( name, n, options )
% load_points_set - load a 3D sample dataset
%
% name is either
% 'swissroll','square','scurve','swisshole','corner_plane',
% 'puncted_sphere','twin_peaks','3d_cluster','toroidal_helix','rand_gaussian'
% 'spiral', 'circles'
% n is the number of points
% options.sampling can be 'rand' or 'uniform'
% options.noise_level is to add some jitter.
%
% Copyright (c) 2005 Gabriel Peyr
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -