Install

WAH-i-Optimiser can be used in two ways:

Note

For the app to look its best, install the Lato font on your computer. If you do not have the recommended font, it defaults to the system fonts after checking for a few fallback options.


  1. Download the latest release from the repository’s Releases page.
  2. Run the installer for your platform.
  3. Install MATLAB Runtime when prompted (the installer will guide you).

Go to Releases MATLAB Runtime (MathWorks)

WAHi-Optimiser installed on macOS
WAH-i: Installer.

Verify installation

After installation, you should be able to launch WAH-i-Optimiser from your Applications/Start Menu (depending on platform).

WAHi-Optimiser version check placeholder
macOS Version: Installed app.

Option B — Run from MATLAB (development)

Use this route if you want to modify the code, run experiments, or contribute improvements.

1) Clone the repository

git clone https://github.com/raviumadi/WAHi-Optimiser.git
cd WAHi-Optimiser

2) Add WAHi-Optimiser to your MATLAB path

In MATLAB (from the repo root):

addpath(genpath(pwd));
savepath;

3) Launch the GUI

wahi_gui
MATLAB launch placeholder
GUI Launch: MATLAB `wahi_gui` launch and successful first Run WAH with 6 mics.

Dependencies

WAH-i-Optimiser is designed to run on standard MATLAB installations, but some workflows require specific toolboxes.

Quick dependency check (MATLAB)

ver % lists installed toolboxes
which lsqnonlin -all
which BatCallLocaliser -all
Toolbox check placeholder
Check Requirements: `ver` output and `which` checks showing dependencies found. You will not need to replicate the shown list, but ensure all necessary toolboxes and functions are available.

GUI-Limited Features

The Export Workspace option is only enabled when running the GUI via MATLAB. This allows easy export of the data to the base workspace and supports on-the-fly analyses. In the deployed version, this is disabled.

Troubleshooting

  1. I get “undefined function” errors Make sure you ran addpath(genpath(pwd)); from the repo root, and restart MATLAB once.
  2. Optimisation features are disabled / lsqnonlin not found Install the Optimisation Toolbox (or run in a MATLAB environment where it is available).
  3. Runtime installed but the app won’t start Confirm your Runtime version matches the release requirements (2023b).