From b90ae24a88fad31ef9379197c1fcb4382eaf219c Mon Sep 17 00:00:00 2001 From: Seppo Ingalsuo Date: Mon, 23 Oct 2023 16:06:20 +0300 Subject: [PATCH] Tools: Tune: TDFB: Use more silent command line options These command line options for Octave and Matlab are the most silent with no graphical plot windows opening during batch job. Signed-off-by: Seppo Ingalsuo --- tools/tune/tdfb/example_all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tune/tdfb/example_all.sh b/tools/tune/tdfb/example_all.sh index 29c83b4f3823..ad99fcea299d 100755 --- a/tools/tune/tdfb/example_all.sh +++ b/tools/tune/tdfb/example_all.sh @@ -7,8 +7,8 @@ set -e CONFIG_LIST=( example_pass_config example_line_array example_line_0mm36mm146mm182mm example_circular_array example_two_beams ) -OCTAVE_CMD=( octave --no-gui --quiet ) -MATLAB_CMD=( matlab -batch ) +OCTAVE_CMD=( octave --no-window-system ) +MATLAB_CMD=( matlab -nodisplay -batch ) main () { if command -v matlab &> /dev/null; then