From 9e572f29760f0239cba2ba76b1b695339ca3ff29 Mon Sep 17 00:00:00 2001 From: Lht97 Date: Sat, 7 Dec 2024 16:35:44 +0800 Subject: [PATCH] Change the name of the variable --- tests/tuning/tuning_script_tmp.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tuning/tuning_script_tmp.m b/tests/tuning/tuning_script_tmp.m index d9576921..ba6b72ee 100644 --- a/tests/tuning/tuning_script_tmp.m +++ b/tests/tuning/tuning_script_tmp.m @@ -13,9 +13,9 @@ options.mindim = 1; options.maxdim = 1; options.test_type = "s2mpj"; -options.tau = 10.^(-1:-1:-4); +options.tau_indices = 1:4; options.tau_weights = [0.3, 0.3, 0.3, 0.1]; -options.curve_weights = @(x) curve_weights(x); +options.plot_weights = @(x) plot_weights(x); options.feature = "plain";