From: jacob lalaounis on 7 May 2010 08:53 Hello, I execute the below code and the time i get is different s=serial('COM3'); fopen(s); tic; fprintf(s,'„') toc for example Elapsed time is 0.008988 seconds. Elapsed time is 0.017026 seconds. Elapsed time is 0.009243 seconds. Any suggestions why the elapsed time is different in msec and not in nano secs?? thank you very much jacob
|
Pages: 1 Prev: Neural network train problem with validation Next: matlab precision determinant problem |