Hallo guys,
I wanna write a function, which creates a 3d grid like this example
http://www.k-wave.org/documentation/example_ivp_3D_simulation.php
after reading the example i thought i can do it like this:
(function kgrid = makeGrid( Nx, Ny, Nz, dx, dy, dz )
Nx = 64; ....& all inputs
end
)
but it is not correctly, canu guys give me a tip to solve my problem??