📄 exo_ggradandr.m
字号:
%addpath G:\Matlab_EXP\stprtool
%addpath G:\Matlab_EXP\stprtool\data
figure('name','LinearFuction');
distrib = load('mars'); % load Gaussians
options = struct('tmax',10000); % max # of iterations
model = ggradandr(distrib,options); % training
pandr( model, distrib ); % visualization
clear;clc;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -