diff --git a/example.m b/example.m index de981f8dab90a75f801f7314aafc33d1bfbbb660..6ef682af0953da218e07ae365e3618906d8bcdd9 100644 --- a/example.m +++ b/example.m @@ -43,7 +43,8 @@ h5write(fpath, "/y1", y1) % Place for post-processing of the data, or additional related code. % example_fcn is a dummy function to show the functionality a = 1; a = example_fcn(a); -p = betacdf(0.5,1,1); % to test toolboxes +% Uncomment to include the Statistics and Machine learning Toolbox +% p = betacdf(0.5,1,1); % to test toolboxes %% Plotting % This is still part of a normal script to produce plots.