MATLAB: Millisecond accuracy

MATLABtimer

I need to trigger an external device to deliver a 100Hz pulse for one second. The triggering matlab-based software is provided, and I have rudimentary understanding of Matlab and the programming involved. However, a 100Hz pulse would require a trigger every 10ms, which does not seem possible in Matlab.
Is there anyone with a a solution?

Best Answer

You might be able to do it. There is a lot of discussion on timing in this post, and this one.