Skip to content

Commit 7f16d20

Browse files
restore dataset mobilephone.mat and corrected example in moonplot.m
1 parent d1b0aa7 commit 7f16d20

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

datasets/multivariate/mobilephone.mat

1.09 KB
Binary file not shown.

graphics/moonplot.m

+2-3
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,8 @@ function moonplot(out,varargin)
315315
%{
316316
%% moonplot with option changedimsign.
317317
% Prepare the data.
318-
load('mobilephone')
319-
N=mobilePhone;
320-
out=CorAna(N,'plots',0);
318+
load mobilephone
319+
out=CorAna(mobilephone,'plots',0);
321320
% Use of option changedimsign
322321
moonplot(out,'changedimsign',[true false])
323322
%}

0 commit comments

Comments
 (0)