Skip to content

Commit

Permalink
Tools: Tune: TDFB: Use more silent command line options
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
singalsu authored and lgirdwood committed Nov 3, 2023
1 parent 66e5c2c commit b90ae24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/tune/tdfb/example_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b90ae24

Please sign in to comment.