From f456bb69cc6bd5089185d809aae096470fe8a133 Mon Sep 17 00:00:00 2001 From: "M. Hock" <martin.hock@fst.tu-darmstadt.de> Date: Mon, 8 Nov 2021 15:41:12 +0100 Subject: [PATCH] Commented out the call to toolbox function, to make the example ready2go for everybody --- example.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example.m b/example.m index de981f8..6ef682a 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. -- GitLab