I've looked at your code. OK, so the error occurs at the matlab script node (not compiling / running). If it was a "compile" error, you would get the broken arrow.
Two things to solve this problem. (1) Get rid of the quotes around 'blah'. If you give it a string, the Matlab function tries to read a file named blah. (2) Put the full path (using Path to String.vi) into the input variable 'blah', instead of just the name. Unless the file you specify in your Matlab path, it Matlab won't find it. See the attached example.
Alternatively, you could read the wave file with LV. The only difference is in the scaling. Matlab scales the wave file to +/-1, while LV will report it in bits, depending on what format the data is in.
Hope this solv
es your problem.
Tim