syntax in Matlab for delay function

I am not at all sure about the MATLAB part, but the Arduino delay() function may be what you are looking for:
http://arduino.cc/en/Reference/Delay

delay() takes a time in milliseconds. There is a microseconds version.