I've been trying to run kspaceFirstOrder3DC from within Matlab (2011b). As advised by k-Wave manual I've used kspaceFirstOrder3DC in place of kspaceFirstOrder3D with the rest of the script unchanged. I have placed the content of the zipped Windows Binaries folder in the Matlab's bin folder. I restarted Matlab to be sure it knows how to find k-Wave binaries and I get this:
Error using kspaceFirstOrder3DC (line 62)
To use C++ code, the C++ binaries for your operating system must be downloaded from
http://www.k-wave.org/download.php and placed in the binaries folder.
I've also had these binaries in C:\Program Files\MATLAB\R2011b\bin\k-Wave with the path added to Matlab, but too, no cigar. Not sure what's wrong. My scrip runs OK with kspaceFirstOrder3D.
Tadeusz