Menu

#348 demo_baumgartner2014_blockprocessing returns error "Unable to perform assignment because dot indexing is not supported for variables of this type."

1.6.0
closed
nobody
None
2024-09-25
2024-09-24
No

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); 

Discussion

  • Michael Mihocic

    Michael Mihocic - 2024-09-24
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,4 @@
    -`demo_baumgartner2014_blockprocessing` returns with the following error (Matlab-Windows, Matlab-Ubuntu):
    +`demo_baumgartner2014_blockprocessing` returns with the following error (Matlab-Windows, Matlab-Ubuntu; working in Octave-Windows):
    
     ~~~
     >> demo_baumgartner2014_blockprocessing
    
     
  • Michael Mihocic

    Michael Mihocic - 2024-09-25
    • status: open --> closed
     
  • Michael Mihocic

    Michael Mihocic - 2024-09-25

    Bug fixed when indexing scalar values.

     

Log in to post a comment.