demo_baumgartner2014_blockprocessing
returns with the following error (Matlab-Windows, Matlab-Ubuntu; working in Octave-Windows):
>> demo_baumgartner2014_blockprocessing
Processing audio blocks
block nr: 1Unable to perform assignment because dot indexing is not supported for variables of this type.
Error in demo_baumgartner2014_blockprocessing (line 268)
err.qe = nan(N_blocks, 1);
Diff:
Bug fixed when indexing scalar values.