Re: coding FDTD(finite difference time domain method) in mat
The Sullivan book is a great place to start with. The C code included inside are easily converted to Matlab script. But be careful, the codes provided has some error in it and one more thing, array indexing in C starts from 0 but in Matlab scripts, it starts from 1.