I have been trying to install k-Wave with Matlab 2014a and Windows 8, is the toolbox designed to support this? I haven't had any success installing it so far and i noticed 2014a isn't listed but just wanted to check, thanks.
k-Wave
A MATLAB toolbox for the time-domain
simulation of acoustic wave fields
Use with Matlab 2014a?
(4 posts) (4 voices)-
Posted 10 years ago #
-
Hi AlexMFlow
I am using kwave with Matlab R2014a and Windows 7 and it works perfectly well.
Could you tell us a bit more about the error message you get?
Maybe you can simply try to use a simple function included in the toolbox such as voxelPlot so that you can check that the Matlab path is properly set, an so on...
M = zeros(6,6,6); M(3:4,3:4,3:4) = 1; voxelPlot(M)
Anthony
Posted 10 years ago # -
when I run M = zeros(6,6,6);
M(3:4,3:4,3:4) = 1;
it shows:
voxelPlot(M)Undefined function 'voxelPlot' for input arguments of type 'double'.
computer system: win7 64bit
could u help mePosted 9 years ago # -
Hi aynor007,
It sounds like the toolbox hasn't been installed correctly. Do you get the same message if you type:
help k-Wave
There are some notes about installation in Section 1.4 of the k-Wave manual that might be helpful.
Brad.
Posted 9 years ago #
Reply
You must log in to post.