I have designed a EMG signal acquisition unit using analog circuit and the system is interfaced with matlab using arduino. Now the problem is that, matlab takes around 3sec for receiving 250ms data send by arduino. it is also confirmed that arduino is working well and sending data at specific sampling rate. Moreover, it is also tested that fscanf function in matlab 17 takes about 1000microseconds for receiving a data which is sent by arduino in 84microseconds. So, how can i minimize the acquisition time to use it for real time prosthetic devices?